Skip to content
Prev 11910 / 20628 Next

ANOVA type lll ss table for GLMER?

Am 14.05.2014 21:47, schrieb Ben Bolker:
First, all afex functions (including mixed) are unaffected by global contrasts as long as the argument check.contrasts = TRUE (which is the default). In other words, mixed per default uses contr.sum independently of the global contrasts (more specifically, it sets it for all factors if not already contr.sum or if the global contrasts are not contr.sum).

Second, I give in. From the current development version on (version 0.10-110) afex *does not* change the global contrasts anymore. This should not affect any of the functions within afex (my tests confirm that). To make setting contrasts globally easy, I added the following convenience functions: set_sum_contrasts(), set_default_contrasts(), set_treatment_contrasts(), ...

Are you happy now, Ben? :)

You can install the the development version of afex from R-forge (may take a few hours):  install.packages("afex", repos="http://R-Forge.R-project.org")