Skip to content

brglm2 v0.7.1

Compare
Choose a tag to compare
@ikosmidis ikosmidis released this 03 Feb 17:25
128d942

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 control glm().
    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.