Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 776 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 776 Bytes

logreg

R-CMD-check

Implements logistic regression and regularized logistic regression models with the computational graph and automatic differentiation framework provided by the R package cgraph.

Check out the vignette or the blog post for details.

Installation

Install from GitHub:

remotes::install_github("nanxstats/logreg")

License

logreg is free and open source software, licensed under MIT.