The error in R while using bugs.R function
Li, Jia wrote:
Dear R users, I followed the instuctions on Dr. Gelman's web to install all of documents that bugs.R needs, but when I try to run the school example that the web posted in R, I got an error: couldn't find function "bugs", what's wrong?
It sounds as though you missed an instruction, or he did. I'm guessing you didn't run library() to load the package. Generally when a contributed package doesn't work, you should ask the maintainer for help. Duncan Murdoch