README.md

Base R Implementation of Logistic Regression with Regularization

This is a very simple package containing base R code for Logistic Regression. It implements binary logistic regression where the optimization is performed for two cost functions:

In both cases, 2 implementation methods are implemented in base R:

A third optimization method is possible via a call to the optim function in R. The method is customizable, although it is "BFGS" by default.



MauroCE/LogisticRegression documentation built on Jan. 18, 2020, 10:04 a.m.