Skip to content

brglm2 0.9.2

Latest
Compare
Choose a tag to compare
@ikosmidis ikosmidis released this 12 Sep 17:58
444ccf9

Improvements, updates and additions

  • Convergence of the brglm_fit iterations is now determined if the L^Inf norm of the step size (rather than the L^1 as it was previously) of the quasi-Fisher scoring procedure is less than epsilon (see ?brglm_control for the definition of epsilon). This is more natural as epsilon then determines directly the precision of the reported estimates and does not depend on their number.

  • brglm_control() now checks that the supplied value of max_step_factor is numeric and greater or equal to 1. If not, then it is set to the default value of 12.

  • Vignette updates