jzluo / firthlogist

A Python implementation of Firth Logistic Regression
MIT License
5 stars 3 forks source link

implement profile penalized likelihood confidence intervals #1

Closed jzluo closed 2 years ago

jzluo commented 2 years ago

Implement penalized profile likelihood to calculate confidence intervals for the coefficients

jzluo commented 2 years ago

In logistf, this is implemented in logistpl. The C code. The paper referenced for the procedure.