EffectSize: BMI585 final project: EffectSize calculate the cohen's...

Description Usage Arguments Value Examples

View source: R/EffectSize.R

Description

This functions accept two numerical array

Usage

1

Arguments

t:

treatment array

g:

control array

Value

size: effctive size

Examples

1
2
3
t <- c(1,1,1)
g <- c(0,0,0)
EffectSize(t,g)

shaoyanpan/BMI585final2 documentation built on Dec. 23, 2021, 1:20 a.m.