Elizabeth Purdom-2 wrote: > > I am trying to use lmLists in the lme4 package and copying over very > standard code from the nlme package given in 'Mixed-Effects Models in S > and S-Plus'. It appears to not accept an 'I(age-11)' in the formula, > though it will accept the formula with out the subtraction of 11 from > age. > >
Looks like a bug to me (checked on Windows with lme4a, the development version). It is specific to lmList, I(age-11) works for lmer. The special mailing list for lme4-problems is r-sig-mixed-mod...@r-project.org I have forwarded the link to your message to Douglas Bates. Dieter -- View this message in context: http://n4.nabble.com/error-in-lmLists-in-lme4-package-bug-tp1569432p1570296.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.