These functions have been renamed or moved and deprecated in afex:
aov.car()
(use aov_car()
),
ez.glm()
(use aov_ez()
),
aov4()
(use aov_4()
),
test_levene()
(use check_homogeneity()
),
test_sphericity()
(use check_sphericity()
).
aov.car(...)ez.glm(...)
aov4(...)
test_levene(...)
test_sphericity(...)
arguments passed from the old functions of the style
foo.bar()
to the new functions foo_bar()