Learn R Programming

ANOFA (version 0.1.3)

anofaES: Computing effect size within the ANOFA.

Description

The function anofaES() compute effect size from observed frequencies according to the ANOFA framework. See lc23b;textualANOFA for more.

Usage

anofaES( props )

Value

The predicted effect size from a population with the given proportions.

Arguments

props

the expected proportions;

Details

The effect size is given as an eta-square.

References

Examples

Run this code
# 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