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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.