I installed the 0.6-beta version of glmm.admb on my Macbook Pro OSX10.6.8 running R version 2.12.2 (R-64) to take advantage of the implementation of more than one random effect in a negative binomial model. It shows it to be installed and loaded via the R package installer and R package manager. I can get it to display the epil2 example dataset and when I type: library(glmmADMB), and I get no error. When I type: fm <- glmm.admb(y ~ Base * trt + Age + Visit + (Visit | subject), data = epil2, family = "nbinom") from them example model I get: Error: could not find function "glmm.admb". I have tried with my own dataset and get the same response. Any suggestions on what is or wrong or how to fix it?<div>
<br></div><div>Thanks,</div><div><br></div><div>Shawn McCracken</div><div><br><div><br></div><div><div>> library(glmmADMB)</div><div>> epil2</div><div> y trt base age V4 subject period lbase lage Visit Base Age</div>
<div>1 5 placebo 11 31 0 1 1 -0.75635379 0.11420370 -0.3 1.0116009 3.433987</div><div>2 3 placebo 11 31 0 1 2 -0.75635379 0.11420370 -0.1 1.0116009 3.433987</div><div>3 3 placebo 11 31 0 1 3 -0.75635379 0.11420370 0.1 1.0116009 3.433987</div>
<div>4 3 placebo 11 31 1 1 4 -0.75635379 0.11420370 0.3 1.0116009 3.433987</div><div>5 3 placebo 11 30 0 2 1 -0.75635379 0.08141387 -0.3 1.0116009 3.401197</div><div>6 5 placebo 11 30 0 2 2 -0.75635379 0.08141387 -0.1 1.0116009 3.401197</div>
</div><div>...</div><div><div>> fm <- glmm.admb(y ~ Base * trt + Age + Visit + (Visit | subject), data = epil2, family = "nbinom")</div><div>Error: could not find function "glmm.admb"</div></div>
</div>