Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Call slot for a model fit with glmer.nb #404
Comments
|
Ah, looks like this would cause downstream problems for the effects package? |
|
how did you figure that out that fast? Did you run all the downstream tests? (I'm looking for a more reliable, less annoying platform for doing downstream testing ...) |
|
It failed three of the testthat expects, and you'd left a helpful comment about the effects package! |
|
Looks like there's something planned for reverse dependencies at r-hub: https://github.com/r-hub/proposal#reverse-dependency-checks-week-19 |
pitakakariki commentedDec 21, 2016
This gives us
glmer(formula = y ~ f1 * f2 + (1 | g), data = dd, family = negative.binomial(theta = 0.4797700780901)), rather thanglmer.nb(y ~ f1*f2 + (1|g), data=dd, verbose=TRUE)which we might expect.Would anyone mind if I changed this?