brglm2 v1.0.1
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 withhd_correction = TRUEin the presence of aliased parameters. -
Fixed a bug on reported state evolution function values when
init_iter = "only".
Improvements, updates and additions
-
summary.mdyplFit()getssolve_se_dotsargument to enable passing further arguments to the...ofsolve_se(). -
Various improvements in the internals of
solve_se(). -
sloe()ignores leverage1observations, when estimating the contaminated signal strength. -
...inplrtest()is further arguments to be passedsummary.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.