I have a list of mixed models output of lme4::lmer which I want to pass to anova which has the form anova(object, ...), so I do
lme4::lmer
anova
anova(object, ...)