search for: eclw

Displaying 1 result from an estimated 1 matches for "eclw".

Did you mean: ecl
2007 Oct 17
1
problem with anova() and syntax in lmer
Dear R user I have 2 problems with lmer. The statistical consultance service of my university has recomended to me to expose those problems here. Sorry for this quite long message. Your help will be greatly appreciated... Gilles San Martin 1) anova() I fit a first model : model1 <- lmer(eclw~1 + density + landsc + temp + landsc:temp + (1|region) + (1|region:pop) + (1|region:pop:family), data=fem1) I fit the same model but I'm just changing the order of 2 fixed factors (here : "temp" and "landsc") : model2 <- lmer(eclw~1 + density + temp + landsc + landsc:t...