Skip to content

brglm2 v1.0.1

Choose a tag to compare

@ikosmidis ikosmidis released this 22 Nov 10:27
· 14 commits to main since this release

brglm2 1.0.1

Bug fixes

  • mdyplFit() returns Pearson residuals based on the original responses.

  • Fixed a bug that would cause an error when summary.mdyplFit() was called with hd_correction = TRUE in the presence of aliased parameters.

  • Fixed a bug on reported state evolution function values when init_iter = "only".

Improvements, updates and additions

  • summary.mdyplFit() gets solve_se_dots argument to enable passing further arguments to the ... of solve_se().

  • Various improvements in the internals of solve_se().

  • sloe() ignores leverage 1 observations, when estimating the contaminated signal strength.

  • ... in plrtest() is further arguments to be passed summary.mdyplFit().

  • Added the method solve_se_ridge() (not exported) for solving the state evolution equations for logistic ridge regression without intercept.

  • Documentation updates and fixes.