CalculateValidity: Calculates Validity
Description
This function calculates the standardized mean difference between two
groups (Cohen's D)
Usage
CalculateValidity(x.1, x.2)
Value
The standardized mean difference between groups
Arguments
- x.1
Data for the first group
- x.2
Data for the second group
Author
John Ruscio <ruscio@tcnj.edu> and Shirley Wang <shirleywang@g.harvard.edu>
Maintainer: John Ruscio <ruscio@tcnj.edu>
Details
Called by higher-order functions; users do not need to call this
function directly.