powered by
The function anofaES() compute effect size from observed frequencies according to the ANOFA framework. See lc23b;textualANOFA for more.
anofaES()
anofaES( props )
The predicted effect size from a population with the given proportions.
the expected proportions;
The effect size is given as an eta-square.
# if we assume the following proportions: pred <- c(.35, .25, .25, .15) # then eta-square is given by anofaES( pred )
Run the code above in your browser using DataLab