We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
speedglm
MASS
MASS::glm.nb()
marge2()
The text was updated successfully, but these errors were encountered:
commit 4dc10cd added a basic version of this to marge2() for testing
Sorry, something went wrong.
sped up matrix (pseudo)inversion throughout -- related to #241 and #246
071e2bb
Merge pull request #249 from jr-leary7/dev
7f774e2
better C++ compiler flags for all OSs -- related to #241 and #246
0dda01d
even BETTER C++ compiler flags for all OSs -- related to #241 and #246
a7baea4
jr-leary7
No branches or pull requests
speedglm
package instead ofMASS
for fitting the NB GLM might be an easy improvementspeedglm
appears to be orders of magnitude faster thanMASS::glm.nb()
based on some preliminary testingspeedglm
does not iteratively estimate the overdispersion parametermarge2()
and see if results meaningfully differThe text was updated successfully, but these errors were encountered: