se_to_sd: se_to_sd

View source: R/transformStats.R

se_to_sdR 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)

daniel1noble/metaDigitise documentation built on June 19, 2024, 11:33 a.m.