SE_from_SD | R Documentation |
IMPORTANT: For cases involving two groups (e.g., intervention effects), use SEp_from_SDp()
instead.#'
Calculates the standard error for a single group. This method is only valid for single groups
SE_from_SD(SD, n)
SD |
standard deviation |
n |
sample size |
Single group standard error
SEp_from_SDp()
for two groups
# Standard deviation = 2, group size = 50
SE_from_SD(2, 50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.