g: Calculate the Hedge's g statistic

Description Usage Arguments Author(s) Examples

View source: R/g.R

Description

The function calculate the Hedge's g statistics, which is the effect size measure.

Usage

1
g(ordinal, interval, correct = TRUE)

Arguments

ordinal

The (binary) norminal or ordinal variable.

interval

The numberical (interval) variable.

correct

Wheter to apply correction for chance.

Author(s)

Marjan Cugmas

Examples

1
g(ordinal = mtcars$vs, interval = mtcars$gear, correct = TRUE)

reporter documentation built on Sept. 19, 2020, 3:01 p.m.

Related to g in reporter...