nprause <Nicole.Prause <at> gmail.com> writes: > This may be such a general question that my searches are just failing. I > installed the pscl lib, all appears fine, installed it several different > ways to be sure, but I am getting: > Error: could not find function "zeroinfl" > I double checked my spelling of the function and that it had not been > evolved out of the package. It is in the same location as the other > libraries that are located and running just fine.
I believe this is R FAQ 7.30: 7.30 I installed a package but the functions are not there To actually use the package, it needs to be loaded using library(). ______________________________________________ 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.