equ_anova {TOSTER}R Documentation

Equivalence Test for ANOVA Results

Description

[Stable]

Performs equivalence test on the partial eta-squared (pes) value from ANOVA results.

Usage

equ_anova(object, eqbound, MET = FALSE, alpha = 0.05)

Arguments

object

an object of returned by either Anova, aov, or afex_aov

eqbound

Equivalence bound for the partial eta-squared.

MET

logical indicator to perform a minimal effect test rather than equivalence test (default is FALSE).

alpha

alpha used for the test (e.g., 0.05).

Details

For details on the calculations in this function see vignette("the_ftestTOSTER").

Value

Returns a data frame containing the ANOVA results with equivalence tests added.

The following abbreviations are used in the table:

References

Campbell, H., & Lakens, D. (2021). Can we disregard the whole model? Omnibus non‐inferiority testing for R2 in multi‐variable linear regression and in ANOVA. British Journal of Mathematical and Statistical Psychology, 74(1), 64-89. doi: 10.1111/bmsp.12201

See Also

Other f-test: equ_ftest()


[Package TOSTER version 0.8.3 Index]