pairwise.Eff | R Documentation |
Pairwise table of effects with magnitudes
pairwise.Eff(vec, fac, eff="K", dec=2, mad=FALSE)
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? |
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.
List with test outputs.
Alexey Shipunov
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.