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" #18

Closed
ktmbiome opened this issue Jan 28, 2017 · 2 comments
Closed

glmmADMB "Bounds Error" #18

ktmbiome opened this issue Jan 28, 2017 · 2 comments

Comments

@ktmbiome
Copy link

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?

@bbolker
Copy link
Owner

bbolker commented Mar 9, 2017

Sorry I didn't see this before. glmmADMB is in a separate github repo, so it would probably be best to post it there: https://github.com/bbolker/glmmadmb/issues . A reproducible example would be nice. I don't know, but I'm guessing that the problem has to do with using matrix indexing in the formula ...

@bbolker
Copy link
Owner

bbolker commented Jun 30, 2017

Copied to bbolker/glmmadmb#7

@bbolker bbolker closed this as completed Jun 30, 2017
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

2 participants