cohensd_OG: Generate a Cohen's d for two random normally distributed data...

View source: R/cohensd_OG.R

cohensd_OGR Documentation

Generate a Cohen's d for two random normally distributed data sets

Description

Generates a Cohen's d effect size for two random normally distributed data sets with defined characteristics (number of subjects, mean, difference between means, and standard deviation)

Usage

cohensd_OG(num, bef, dif, stdev)

Arguments

num

number of subjects

bef

mean

dif

how much to add to the mean

stdev

standard deviation

Value

Cohen's d

Examples

cohensd_OG(75,0,1,1)

dakthomps00/researchfunctions documentation built on March 19, 2022, 10:50 a.m.