se_to_sd {metaDigitise} | R Documentation |
se_to_sd
Description
Transforms standard error to standard deviation
Usage
se_to_sd(se, n)
Arguments
se |
Standard Error of the mean |
n |
Sample Size |
Value
Returns vector of standard errors
Author(s)
Joel Pick
Examples
se_to_sd(se = 5, n = 10)
[Package metaDigitise version 1.0.1 Index]