Hi, 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 have successfully added and used many libs, any ideas (1) how this might be happening and, if it's not apparent from the answer to #1 (2) a solution to point to it? Thanks! -- View this message in context: r.789695.n4.nabble.com/R-not-finding-function-in-installed-pscl-package-tp4646053.html Sent from the R help mailing list archive at Nabble.com.
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().