Pooled Standard Deviation
The Pooled Standard Deviation is a weighted average of standard deviations for two or more groups, with more "weight" given to larger sample sizes.
sd_pooled(x, y = NULL, data = NULL, verbose = TRUE) mad_pooled(x, y = NULL, data = NULL, verbose = TRUE)
x |
A formula, a numeric vector, or a character name of one in |
y |
A numeric vector, a grouping (character / factor) vector, a or a
character name of one in |
data |
An optional data frame containing the variables. |
verbose |
Toggle warnings and messages on or off. |
Numeric, the pooled standard deviation.
sd_pooled(mpg ~ am, data = mtcars)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.