s_MULTINOM | R Documentation |
Convenience alias for s_GLM(class.method = "multinom")
.
s_MULTINOM(x, y, x.test = NULL, y.test = NULL, class.method = "multinom", ...)
x |
Numeric vector or matrix / data frame of features i.e. independent variables |
y |
Numeric vector of outcome, i.e. dependent variable |
x.test |
Numeric vector or matrix / data frame of testing set features
Columns must correspond to columns in |
y.test |
Numeric vector of testing set outcome |
class.method |
Character: Define "logistic" or "multinom" for classification. The only purpose
of this is so you can try |
... |
Additional arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.