cohend: A function that will give the confidence interval around...

Description Usage Arguments Examples

View source: R/cohend.R

Description

A function that will give the confidence interval around Cohen's d. It requires an estimate of d, n1, n2, and whether or not you want the upper/lower bound

Usage

1
cohend(d, n1, n2, alpha = 0.95)

Arguments

d

estimate of Cohen's d

n1

sample size of cell 1

n2

sample size of cell 2

alpha

alpha level

Examples

1
cohend(d.est, n1, n2)

samuelfranssens/rlibrary documentation built on Nov. 30, 2021, 2:46 a.m.