popSD | R Documentation |
This function converts a sample standard deviation (SD) input into the population equivalent. This code is vectorized to convert several sample standard deviations for univariate distributions of identical sample-sizes, if desired.
popSD(s, n)
s |
The sample SD(s) (vector) |
n |
The sample-size for each SD to be converted (vector) |
The population SD(s) (vector)
Ruscio, J. (2021). Fundamentals of research design and statistical analysis. Ewing, NJ: The College of New Jersey, Psychology Department.
values <- rnorm(100) x <- popSD(s = sd(values),n = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.