powered by
Compute pooled standard deviation
pooled_sd(formula, data)
A formula of the type out ~ group where out is the outcome variable and group is the grouping variable. Note the grouping variable must only include only two groups.
out ~ group
out
group
The data frame that the data in the formula come from.
# NOT RUN { pooled_sd(math ~ condition, star) pooled_sd(reading ~ sex, star) # }
Run the code above in your browser using DataLab