g | R Documentation |
The function calculate the Hedge's g statistics, which is the effect size measure.
g(ordinal, interval, correct = TRUE)
ordinal |
The (binary) norminal or ordinal variable. |
interval |
The numberical (interval) variable. |
correct |
Wheter to apply correction for chance. |
Marjan Cugmas
g(ordinal = mtcars$vs, interval = mtcars$gear, correct = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.