Add option for Firth-penalty for fitting GLM using brglm2
package
#12
Labels
enhancement
New feature or request
brglm2
package
#12
Look into stability of
brglm2
, then add as an option (replacingglm.fit
withbrglm.fit
as needed) for running glm to adding Firth penalty functionality. This will require a bit of craftiness to go from a design matrix (whatraoBust
uses to drop a column to estimate under the null) to a formula and data object (whatbrglm
expects).The text was updated successfully, but these errors were encountered: