Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

wmcpAKP

Effect size for dependent samples ANOVA


Description

Compute an AKP-type effect size for dependent sample ANOVA

Usage

wmcpAKP(x, tr = 0.2, nboot = 200)

Arguments

x

data frame in wide format (no missing values allowed)

tr

trim level for the means.

nboot

number of bootstrap samples.

Details

The computation is based on a modification of the Algina-Keselman-Penfield effect size for J dependent samples.

References

Algina, J., Keselman, H.J., & Penfield, R.D. (2005). An alternative to Cohen's standardized mean difference effect size: A robust parameter and confidence interval in the two independent groups case. Psychological Methods, 10, 317-328.

See Also

Examples

## Not run: 
require(reshape)
WineLong <- cast(WineTasting, Taster ~ Wine, value = "Taste")[,-1]
set.seed(123)
effsize <- wmcpAKP(WineLong, nboot = 20)
effsize

## End(Not run)

WRS2

A Collection of Robust Statistical Methods

v1.1-1
GPL-3
Authors
Patrick Mair [cre, aut], Rand Wilcox [aut]
Initial release
2021-02-09

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.