You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bug fixes
Fixed bug where confint() was not returning anything when applied
to objects of class brmultinom.
Fixed bug where and error could result when the controlglm().
argument was specified using the output from brglmControl() or brglm_control().
New functionality
added check_aliasing option in brglmControl() to tell brglm_fit() to skip (check_aliasing = TRUE) or not
(check_aliasing = FALSE) rank deficiency checks (through a QR
decomposition of the model matrix), saving some computational effort.
Other improvements, updates and additions
Updated DOI links in documentation and some http -> https fixes.