packrat/lib-R/x86_64-w64-mingw32/3.6.1/nlme/tests/augPredmissing.R

library(nlme)
data(Orthodont)
# add a column with an NA that is not used in the fit
Orthodont$Others = runif(nrow(Orthodont))
is.na(Orthodont$Others[3]) = TRUE
fm1 = lme(Orthodont, random = ~1)
augPred(fm1, length.out = 2, level = c(0,1))
jmcascalheira/LGMIberiaCluster documentation built on June 8, 2021, 10 a.m.