Description Usage Arguments Value Note Author(s) References See Also Examples
Returns eta squared and partial eta squared values for aov
objects
1 | EtaSq(x)
|
x |
Analysis of variance ( |
Eta^2 |
η^2 value (SS Effect/SS Total) |
Partial Eta^2 |
Partial η^2 value (SS Effect/SS Residual) |
η^2 overestimates the variance explained in the population (i.e., it is a biased estimator), but as the sample size gets larger the amount of bias gets smaller. Grissom and Kim (2012, p. 182–183) suggest alternative estimators.
A. Alexander Beaujean
Grissom, R. J. & Kim, J. J. (2012). Effect sizes for research: Univariate and multivariate applications (2nd ed.). New York: Routledge
aov
1 2 3 | data(MLBOffense2011)
groupRBI<-aov(RBI~Tm, data=MLBOffense2011, subset=c(Tm=="ARI" | Tm=="TOT" | Tm=="SFG"))
EtaSq(groupRBI)
|
Eta^2 Partial Eta^2
Tm 0.007960396 0.007960396
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.