Displaying 1 result from an estimated 1 matches for "meanlogats".
2006 Oct 05
1
lmer BIC changes between output and anova
...tream:Site) + (1|Stream), data)
> summary(unconditional)
Linear mixed-effects model fit by REML 
Formula: log50 ~ 1 + (1 | Stream:Site) + (1 | Stream) 
   Data: data 
    AIC    BIC logLik MLdeviance REMLdeviance
 -138.8 -132.8  72.42     -150.4       -144.8
> nosection<-lmer(log50 ~ 1 + meanlogATS + residuallogATS + (1 | Stream:Site) + (1|Stream), data)
> summary(nosection)
Linear mixed-effects model fit by REML 
Formula: log50 ~ 1 + meanlogATS + residuallogATS + (1 | Stream:Site) +      (1 | Stream) 
   Data: data 
    AIC    BIC logLik MLdeviance REMLdeviance
 -140.8 -130.7   75.4     -...