Learn R Programming

dabestr (version 0.3.0)

cohen_d_standardizers: Compute the standardizers for Cohen's d

Description

Compute the standardizers for Cohen's d

Usage

cohen_d_standardizers(x1, x2)

Value

Named list for pooled and average standardizers. Use the pooled one for unpaired Cohens' d, and the average one for paired Cohens'd d.

Arguments

x1

A vector of values.

x2

Another vector of values.