ci_to_sd: Determining the standard deviation from confidence intervals

View source: R/ci_to_sd.R

ci_to_sdR Documentation

Determining the standard deviation from confidence intervals

Description

This functions allows determining the standard deviation from 95% percentage confidence intervals.

Usage

ci_to_sd(
  n,
  upper, 
  lower,
  round = 2
  )

Arguments

n

Sample size

upper

Upper 95% Confidence Interval

lower

Lower 95% Confidence Interval

round

Rounding value for the effect size estimation

Examples

ci_to_sd(n = 20, lower = 0.9, upper = 1.3)

samueltobler/behavdata documentation built on July 9, 2024, 11:33 a.m.