megan herting
2013-Nov-20 18:04 UTC
[R] nlme function summary.lmList cannot be found with new versions
Hello, I installed the newest version of R (3.0.2) as well as the newest version of nlme (3.1-113) in order to use summary.lmList and other nlme functions. Once loading the new library, lmList and summary.lm can be found, but a number of additional functions cannot be found via command. Versions installed and loaded are correct. Any suggestions on how to allow for these functions of the new version of nlme to be found and used? Thank you! -- View this message in context: http://r.789695.n4.nabble.com/nlme-function-summary-lmList-cannot-be-found-with-new-versions-tp4680825.html Sent from the R help mailing list archive at Nabble.com.
Ben Bolker
2013-Nov-20 21:42 UTC
[R] nlme function summary.lmList cannot be found with new versions
megan herting <mherting <at> chla.usc.edu> writes:> > Hello, > > I installed the newest version of R (3.0.2) as well as the > newest version of > nlme (3.1-113) in order to use summary.lmList and other > nlme functions. Once > loading the new library, lmList and summary.lm can be found, > but a number of > additional functions cannot be found via command. > > Versions installed and loaded are correct. Any suggestions on how to allow > for these functions of the new version of nlme to be found and used? >R started exporting a lot fewer functions from base packages (i.e., making them easily/publicly available). You can use getAnywhere() to find out where a hidden method lives, if you don't know, but in this case I think nlme:::summary.lmList should work. (For everyday use you shouldn't need to dig out hidden functions with ::: -- if you have an object of class 'lmList', then summary(object) should just work.)
Maybe Matching Threads
- Error: could not find function "lmList"
- multiple GLMs with lmList in lme4
- error in plot.lmList
- [R ] Query : problems with the arithmetic operator "^" with function "lme" and "lmList"
- [R ] Query : problems with the arithmetic operator "^" wi th function "lme" and "lmList"