Learn R Programming

metaHelper (version 1.0.0)

SE_from_SD: Standard Error for a Single Group

Description

IMPORTANT: For cases involving two groups (e.g., intervention effects), use SEp_from_SDp() instead.#' Calculates the standard error for a single group. This method is only valid for single groups

Usage

SE_from_SD(SD, n)

Value

Single group standard error

Arguments

SD

standard deviation

n

sample size

References

Cochrane Handbook

See Also

SEp_from_SDp() for two groups

Examples

Run this code
# Standard deviation = 2, group size = 50
SE_from_SD(2, 50)

Run the code above in your browser using DataLab