Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. M2<-lme(score ~ disease* time* week, random=~1|treatment/Id, method = "REML",
  2. data = Dat1)
  3. M3<-gls(score ~ disease * time * week, method = "REML", data = Dat1)
  4.  
  5. df AIC
  6. M2 21 -2662.715
  7. M3 19 -2612.308
  8.  
  9. Model df AIC BIC logLik Test L.Ratio p-value
  10. M2 1 21 -2662.715 -2550.233 1352.358
  11. M3 2 19 -2612.308 -2510.538 1325.154 1 vs 2 54.40752 <.0001
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement