cohen_d: Cohen's d and Hedges g effect size

View source: R/statistics-utils.R

cohen_dR Documentation

Cohen's d and Hedges g effect size

Description

This is wrapper to the effsize::cohen.d() function.

Usage

cohen_d(...)

Arguments

...

A comma separated list of arguments. See effsize::cohen.d().

Value

A list of class effsize as returned by effsize::cohen.d().

Examples

cohen_d(weight ~ gender, data = ansur)
cohen_d(age ~ gender, data = schizophrenia)

mark-andrews/psyntur documentation built on Nov. 18, 2024, 7:17 a.m.