Description Usage Arguments Value Examples
This functions accept two numerical array
1 | EffectSize(t, g)
|
t: |
treatment array |
g: |
control array |
size: effctive size
1 2 3 | t <- c(1,1,1)
g <- c(0,0,0)
EffectSize(t,g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.