cohen_d: Cohen's d and Hedges g effect size

Description Usage Arguments Value Examples

View source: R/statistics-utils.R

Description

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

Usage

1

Arguments

...

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

Value

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

Examples

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

psyntur documentation built on Sept. 15, 2021, 5:07 p.m.