se_to_sd: se_to_sd

Description Usage Arguments Value Author(s) Examples

View source: R/transformStats.R

Description

Transforms standard error to standard deviation

Usage

1
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

1
se_to_sd(se = 5, n = 10)

metaDigitise documentation built on March 13, 2020, 9:09 a.m.