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 continuous variable or a formula.
A continuous variable, a factor with two groups or a formula.
An optional data frame containing the variables.
Numeric, the pooled standard deviation.
# NOT RUN { sd_pooled(Sepal.Length ~ Petal.Width, data = iris) # }
Run the code above in your browser using DataLab