Learn R Programming

metaDigitise (version 1.0.2)

se_to_sd: se_to_sd

Description

Transforms standard error to standard deviation

Usage

se_to_sd(se, n)

Value

Returns vector of standard errors

Arguments

se

Standard Error of the mean

n

Sample Size

Author

Joel Pick

Examples

Run this code
se_to_sd(se = 5, n = 10)

Run the code above in your browser using DataLab