geo.d | R Documentation |
geometric means and confidence interval of two groups to cohen's d
geo.d(
m1,
m2,
cil1,
ciu1,
cil2,
ciu2,
n1,
n2,
k,
result = c("sediff", "cil", "ciu")
)
m1 |
geometric mean of group 1 |
m2 |
geometric mean of group 2 |
cil1 |
lower bound of 95 confidence interval |
ciu1 |
upper bound of 95 confidence interval |
cil2 |
lower bound of 95 confidence interval |
ciu2 |
upper bound of 95 confidence interval |
n1 |
cell size of group 1 |
n2 |
cell size of group 2 |
k |
total number of predictors (k=0 for raw) |
geo.d(.76, .75, .41, 1.38, .45, 1.26, 57, 355, 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.