Rev 3151 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
library(nlme)if(require("Hmisc")) {T.aug <- Orthodontlabel(T.aug$age) <- 'anyL'foo <- augPred(lme(distance ~ age, random = ~1|Subject, data=T.aug))## failed in 3.1-72}## failed even if there is a variable with a class that is not being used.T.aug <- OrthodontT.aug$newage <- T.aug$ageclass(T.aug$newage) <- 'anyC'foo <- augPred(lme(distance ~ age, random = ~1|Subject, data=T.aug))## failed in 3.1-72