Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glmmADMB bounds error #7

Open
bbolker opened this issue Jun 30, 2017 · 0 comments
Open

glmmADMB bounds error #7

bbolker opened this issue Jun 30, 2017 · 0 comments

Comments

@bbolker
Copy link
Owner

bbolker commented Jun 30, 2017

Copied from bbolker/R2admb#18

from @kttempgit

I'm currently using mixed-effects zero-inflated negative binomial models from the glmmADMB package. I recently received this error that I am unsure how to resolve:

    formula2 <- as.formula(both[,i] ~ any.virus)
    result.zinb <- glmmadmb(formula2, random=~1|both[,ind_id], data = both, link="log", family="nbinom", zeroInflation=TRUE, verbose=TRUE, debug=TRUE)

    Bounds error in I for i = 127
     I(127) =  0
    u.indexmin() = 1
    u.indexmax() = 59

One thing I do notice is that u.indexmax is the number of individuals in ind_id. I've seen this error written into the code here: http://lists.admb-project.org/pipermail/users/2012-August/001934.html, but I'm not sure how to take that information and resolve the error. Is my data simply too dispersed to converge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant