Error in glmmadmb: could not find function
Gabrielle Davidson <gd339 at ...> writes:
Hi, I'm trying to run a glmm fit to a negative binomial and am using glmmADMB. I'm not sure why I keep getting an error message.
[snip]
Error in glmmadmb(allVisits ~ Species + Treatment + Species * Treatment + : could not find function "paste0" I'd be so grateful if someone could shed some light on this for me! Thanks!
You have an older version of R. I should update the glmmADMB package to explicitly require newer versions ... but you can work around this by defining paste0 <- function(...) paste(...,sep="")