Firth Logistic Regression is a specialized statistical method designed to solve two common problems in medical research: small sample sizes and complete separation (perfect prediction).
Standard logistic regression estimates parameters (β) by maximizing the Likelihood function L(β). Firth (1993) proposed maximizing a penalized likelihood:
Where |I(β)| is the determinant of the Fisher Information matrix. This penalty term effectively shrinks the coefficients towards zero, reducing the bias caused by small samples.
Interpreting Firth regression is similar to standard logistic regression, but the Odds Ratios (OR) are more conservative and reliable.
| Statistic | Interpretation |
|---|---|
| Coefficient (β) | Log-odds change. Use exp(β) to get OR. |
| Odds Ratio (OR) | If OR > 1: Risk factor increases outcome probability. If OR < 1: Protective factor. |
| p-value | Likelihood ratio test based on penalized log-likelihood. |
Run Firth Logistic Regression online for free without installation.
Start Analysis Now