SD_from_SE | R Documentation |
IMPORTANT: When there are two groups, use the method for calculating the pooled standard error provided by the function SDp_from_SEp()
!
Calculates the standard deviation from the standard error for a single group.
SD_from_SE(SE, n)
SE |
standard error |
n |
sample size |
Single group standard deviation
SDp_from_SEp()
in case of two groups.
# Standard error = 2 and sample size = 100
SE <- 2
n <- 100
SD_from_SE(SE, n)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.