An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20131017/7981556b/attachment.pl>
Error in glmmadmb: could not find function "paste0"
4 messages · Gabrielle Davidson, Ben Bolker, Kevin Wright
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="")
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20131017/eb189c39/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20131017/8bd03748/attachment.pl>