Rev 251 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
library(nlme)data(Orthodont)# add a column with an NA that is not used in the fitOrthodont$Others = runif(nrow(Orthodont))is.na(Orthodont$Others[3]) = TRUEfm1 = lme(Orthodont, random = ~1)augPred(fm1, length.out = 2, level = c(0,1))