Learn R Programming

metaDigitise (version 1.0.2)

grandSD: grandSD

Description

Pooled standard deviation of a set of groups

Usage

grandSD(mean, sd, n, equal = FALSE)

Value

Returns vector of pooled mean

Arguments

mean

Mean

sd

standard deviation

n

Sample size

equal

Logical: Whether to calculate pooled SD assuming groups have the same means (TRUE) or different means (FALSE)

Author

Joel Pick

Examples

Run this code
grandSD(mean = 10, sd = 3, n = 40)

Run the code above in your browser using DataLab