View source: R/LogisticRegression.R
logisticRegression | R Documentation |
Logistic Regression algorithm
logisticRegression(X, y, max.iter = 15, lambda = 0)
X |
x values |
y |
labels |
max.iter |
number of iteration |
A logisticRegressionResult
instance.
Yu Guangchuang http://ygc.name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.