predict.elm | R Documentation |
Wrapper for elm_predict
.
## S3 method for class 'elm' predict(object, newdata, type = c("class", "prob", "raw"), ...)
object |
elm model fitted with |
newdata |
data.frame with the new data |
type |
only used with classification, can be either "class", "prob", "raw", which are class (vector), probability (matrix) or the output of the elm function (matrix). |
... |
not used |
predicted values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.