SDfromCI: Inference of Standard Deviation (SD) from Confidence Interval...

Description Usage Arguments Author(s) Examples

View source: R/SDfromCI.R

Description

This function infers the SD from a given 95% CI.

Usage

1
SDfromCI(n = NA, ci.lb = NA, ci.ub = NA)

Arguments

n

Sample size.

ci.lb

Lower bound of 95% CI.

ci.ub

Upper bound of 95% CI.

Author(s)

Nils Kappelmann

Examples

1
SDfromCI(n = 30, ci.lb = -0.1, ci.ub = 0.2)

nkappelmann/PubHelper documentation built on Aug. 7, 2021, 5:09 a.m.