Description Usage Arguments Value Examples
View source: R/class_logistic.R
A classification model generalizing logistic regression to accommodate more than two classes.
1 | class_logistic(X, y, maxiter)
|
X |
The input design matrix. |
y |
The input response vector. |
maxiter |
A number indicating the maximum number iterations. |
A list of estimated coefficients and the classification of the observations.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.