[R-sig-ME] Error in glmmadmb: could not find function
Ben Bolker
bbolker at gmail.com
Thu Oct 17 16:38:19 CEST 2013
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="")
More information about the R-sig-mixed-models
mailing list