Skip to content
Prev 347926 / 398500 Next

Unable to use `eval(parse(text))' in nlme::lme

Ravi Varadhan <ravi.varadhan <at> jhu.edu> writes:
While I'm pleased that lmer is more robust, I would say that the
safest/most robust way to do this would be:

ff <- reformulate("time","as.factor(gvhd)",response=yname)
dd <- subset(labdata2, Transplant_type!=0 & time >0)
lme(ff, random=~1|Patient, data=dd, ...)