Displaying 1 result from an estimated 1 matches for "mod11".
Did you mean:
mod1
2008 Aug 21
1
summary.lme and anova question
...My question now is: Is the anova.lme() approach correct for that model? And why does the F-test for
CO2 yield a non-significant P-value, while the t-test in the summary.lme() is significant?
Many thanks for your help!
Best wishes
Christoph
######################################################
mod11=lme(log(ind1+1) ~ CO2*DROUGHT*TEMP, random=~1|B/C,na.action=na.exclude)
summary(mod11)
Linear mixed-effects model fit by REML
Data: NULL
AIC BIC logLik
97.3077 115.6069 -37.65385
Random effects:
Formula: ~1 | B
(Intercept)
StdDev: 1.303146e-05
Formula: ~1 | C %in% B...