q.pooled_sd | R Documentation |
Calculate the pooled standard deviation given a set of standard deviations and sample sizes
q.pooled_sd(sds=c(), ns=c())
sds |
A vector containing standard deviations to be pooled |
ns |
A vector of length |
Pooled standard deviation
sds <- c(21.1, 32.2, 43.3) ns <- c(40, 37, 39) q.pooled_sd(sds, ns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.