Learn R Programming

RTaxometrics (version 2.4)

CalculateValidity: Calculates Validity

Description

This function calculates the standardized mean difference between two groups (Cohen's D)

Usage

CalculateValidity(x.1, x.2)

Arguments

x.1

Data for the first group

x.2

Data for the second group

Value

The standardized mean difference between groups

Details

Called by higher-order functions; users do not need to call this function directly.