pairwise.Eff {shipunov} | R Documentation |
Pairwise table of effects with magnitudes
Description
Pairwise table of effects with magnitudes
Usage
pairwise.Eff(vec, fac, eff="K", dec=2, mad=FALSE)
Arguments
vec |
Values |
fac |
Groups |
eff |
Effect, either 'K' or 'cohen.d', or 'cliff.delta' |
dec |
Decimals to round |
mad |
Use MAD-based nonparametric modification of K? |
Details
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.
Value
List with test outputs.
Author(s)
Alexey Shipunov
Examples
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")
[Package shipunov version 1.17.1 Index]