Learn R Programming

metaDigitise (version 1.0.1)

CI95_to_sd: CI95_to_sd

Description

Transforms symmetrical confidence interval to standard deviation

Usage

CI95_to_sd(CI, n)

Arguments

CI

Interval difference from the mean

n

Sample Size

Value

Returns vector of standard deviations

Examples

Run this code
# NOT RUN {
CI95_to_sd(CI = 2, n = 10)
# }

Run the code above in your browser using DataLab