Description Usage Arguments Value Examples
View source: R/multi_logistic.R
Logistic regression for K classes
1 | multi_logistic(X, y, maxit = 100)
|
X |
A matrix of independent variables |
y |
A vector of response variable |
maxit |
Maximum number of iterations |
A list of fitted probabilities, classes and misclassification rate.
1 | ## Not run: multi_logistic(X=iris[,-5],y=iris[,5],maxit=20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.