I would like to perform some logistic regression on a dataset with 76 positive outcomes and 14 negative outcomes. I have several regressors to include in the model and we generally say that you cannot include more than one regressor per 10 cases of the less probable outcome (14 here).

So I guess I need to use some types of exact logistic regression. However, the package "erlm" seems unavailable according to "install.packages("erlm")".

In the package "Zelig" there is the function "relogit" which is logistic regression for rare events. Could it be applied here?

What other alternatives are there to perform exact logistic regression in R?

What are the practical differences between exact logistic regression and logistic regression for rare events?

Similar questions and discussions