g: Calculate the Hedge's g statistic

gR Documentation

Calculate the Hedge's g statistic

Description

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

Usage

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

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

handyReport documentation built on Oct. 8, 2024, 3 p.m.

Related to g in handyReport...