Learn R Programming

metaDigitise (version 1.0.1)

se_to_sd: 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

Examples

Run this code
# NOT RUN {
se_to_sd(se = 5, n = 10)
# }

Run the code above in your browser using DataLab