get_cohensd {volker}R Documentation

Get Cohen's d for unpaired samples

Description

TODO: NOT FINISHED YET

Usage

get_cohensd(values, groups, conf = 0.95, pooled = FALSE)

Arguments

values

A numeric vector.

groups

A vector indicating groups.

conf

The confidence interval.

pooled

Whether to pool variances.

Value

A list with the elements d (Cohen's d), ci.low and ci.high (its confidence interval).


[Package volker version 2.0.1 Index]