Learn R Programming

metaHelper (version 1.0.0)

SD_from_SE: Standard Deviation from Standard Error (Single Group)

Description

IMPORTANT: When there are two groups, use the method for calculating the pooled standard error provided by the function SDp_from_SEp()! Calculates the standard deviation from the standard error for a single group.

Usage

SD_from_SE(SE, n)

Value

Single group standard deviation

Arguments

SE

standard error

n

sample size

References

Cochrane Handbook

See Also

SDp_from_SEp() in case of two groups.

Examples

Run this code
# Standard error = 2 and sample size = 100
SE <- 2
n <- 100
SD_from_SE(SE, n)

Run the code above in your browser using DataLab