On Tuesday 18 September 2007 07:23:17 [EMAIL PROTECTED] wrote: jp > Admittedly, I don't have much experience with R. I have dowloaded and jp > installed some add-on packages (leaps, for one). When I try to run the jp > leaps function I get the following error: jp > jp > Error: could not find function "leaps" jp > jp > Any idea on what the problem could be? Thanks,
Yes, supposingly you did not load the "add-on" with the library command (e.g. library(leaps) ) - I would recommend in that case that you have a look at an introductionary texts like those here: http://cran.r-project.org/other-docs.html Stefan ______________________________________________ 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.