View source: R/nr_logistic_regression.R
nr_logistic_regression | R Documentation |
Solve logistic regression problem via Newton-Raphson algorithm
nr_logistic_regression(X, y, tol)
X |
A n by d matrix |
y |
A n by 1 column vector |
tol |
A non-negative error tolerance |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.