Cliff_independent_weighted: Computes d-statistic based on scores and integer weights(frequencies) for each group.
Description
Computes d-statistic based on scores and integer weights(frequencies) for each group.
Usage
Cliff_independent_weighted(x, w_x, y, w_y)
Value
list containing d, SE(d) and z(d)
Arguments
- x
first vector of scores
- w_x
weights associated with first vector of scores
- y
second vector of scores
- w_y
weights associated with second vector of scores