Displaying 1 result from an estimated 1 matches for "femr".
Did you mean:
fear
2007 Oct 17
1
problem with anova() and syntax in lmer
...ithout the covariate) :
But the denominator DF seem very strange to me considering the containment
method that is used, so I wonder also if the syntax that I use is correct :
> model5 <-lme(eclw~landsc + temp + landsc*temp , random= ~
> 1|region/pop/family ,method="REML", data=femr)
> anova.lme(model5)
numDF denDF F-value p-value
(Intercept) 1 332 546.0825 <.0001
landsc 1 9 2.8841 0.1237
temp 1 332 25.7565 <.0001
landsc:temp 1 332 0.4316 0.5117
The number of levels of the factors are : temp : 2 ; landsc : 2...