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.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.