powered by
Calculates the pooled standard deviation.
pooled.sd(data)
A dataframe with two variables: the dependent variable in the first column, and the grouping variable in the second column.
Returns the pooled standard deviation.
# NOT RUN { data <- data.frame(y=ChickWeight$weight,g=ChickWeight$Diet) pooled.sd(data) # }
Run the code above in your browser using DataLab