powered by
Pairwise table of effects with magnitudes
pairwise.Eff(vec, fac, eff="K", dec=2, mad=FALSE)
List with test outputs.
Values
Groups
Effect, either 'K' or 'cohen.d', or 'cliff.delta'
Decimals to round
Use MAD-based nonparametric modification of K?
Alexey Shipunov
Pairwise table of effect sizes.
At the moment, classic Lyubischev's K (a.k.a. SSSMD), effsize::cliff.delta() and effsize::cohen.d() are supported.
pairwise.Eff(hwc$WEIGHT, hwc$COLOR) pairwise.Eff(hwc$WEIGHT, hwc$COLOR, mad=TRUE) pairwise.Eff(hwc$WEIGHT, hwc$COLOR, eff="cohen.d") pairwise.Eff(hwc$WEIGHT, hwc$COLOR, eff="cliff.delta")
Run the code above in your browser using DataLab