View source: R/ANOFA-effectsize.R
anofaES | R Documentation |
The function anofaES()
compute effect size from observed frequencies
according to the ANOFA framework. See \insertCitelc23b;textualANOFA for more.
anofaES( props )
props |
the expected proportions; |
The effect size is given as an eta-square.
The predicted effect size from a population with the given proportions.
# if we assume the following proportions:
pred <- c(.35, .25, .25, .15)
# then eta-square is given by
anofaES( pred )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.