grandSD: grandSD

View source: R/transformStats.R

grandSDR Documentation

grandSD

Description

Pooled standard deviation of a set of groups

Usage

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

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)

Value

Returns vector of pooled mean

Author(s)

Joel Pick

Examples

grandSD(mean = 10, sd = 3, n = 40)

daniel1noble/metaDigitise documentation built on June 19, 2024, 11:33 a.m.