powered by
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)mad_pooled(x, y = NULL, data = NULL)
mad_pooled(x, y = NULL, data = NULL)
A formula, a numeric vector, or a character name of one in data. (For print() the result of one of the standardized difference functions.)
data
print()
A numeric vector, a grouping (character / factor) vector, a or a character name of one in data. Ignored if x is a formula.
x
An optional data frame containing the variables.
Numeric, the pooled standard deviation.
cohens_d()
# NOT RUN { sd_pooled(mpg ~ am, data = mtcars) # }
Run the code above in your browser using DataLab