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

Open
pitakakariki opened this Issue Dec 21, 2016 · 4 comments

Comments

Projects
None yet
2 participants
Contributor

pitakakariki commented Dec 21, 2016

example(glmer.nb, run.dontrun=TRUE)
getCall(m.nb)

This gives us glmer(formula = y ~ f1 * f2 + (1 | g), data = dd, family = negative.binomial(theta = 0.4797700780901)), rather than glmer.nb(y ~ f1*f2 + (1|g), data=dd, verbose=TRUE) which we might expect.

Would anyone mind if I changed this?

Contributor

pitakakariki commented Dec 22, 2016

Ah, looks like this would cause downstream problems for the effects package?

Owner

bbolker commented Dec 22, 2016

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 ...)

Contributor

pitakakariki commented Dec 22, 2016

It failed three of the testthat expects, and you'd left a helpful comment about the effects package!

Contributor

pitakakariki commented Dec 22, 2016

Looks like there's something planned for reverse dependencies at r-hub: https://github.com/r-hub/proposal#reverse-dependency-checks-week-19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment