Skip to content
Prev 42269 / 398500 Next

Fast logistic regression

Is there any faster implementation of logistic regression
than glm function in base package in R?

I am working on simulation study and discovered glm fitting part is the
bottle neck of my program.

-Masahiko