Description Usage Arguments Value
View source: R/logistic_regression.R
This function helps to do the preparation works of implememnt multiclass classification by using logistic regression. It returns a matrix of estimated coefficients with different rows corresponding to different comparison. The comparison there means being a specific class vs. not being that class.
1 | multiclass_logistic(X, Y, maxit = 100)
|
X |
A specifeid design matrix |
Y |
The multilevel outcome of interest |
maxit |
Maximum number of iterations |
A matrix of coefficient estimates corresponding to different comparison.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.