Trying to install a package 'glmmADMB'

Hi guys,

I'm trying to install the package 'glmmADMB' and have followed various online help guides. But I can't seem to get it to install? Getting the following error code:

Error in library(glmmADMB) : there is no package called ‘glmmADMB’

Any advice?

You can try the instructions reproduced below. But first, consider whether a standard package on CRAN might better serve.

install.packages("R2admb")
install.packages("glmmADMB", 
    repos=c("http://glmmadmb.r-forge.r-project.org/repos",
            getOption("repos")),
    type="source")

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.