Description Usage Arguments Value
Given an R Object and new data, make predictions. Implemented here because R CRAN package quantmod function predictModel is not exported.
Given an R Object and new data, make predictions. Implemented here because R CRAN package quantmod function predictModel is not exported.
1 2 3 | predictModel(object, data, ...)
predictModel.default(object, data, ...)
|
object |
R Object. Default is none. Required. Machine Learning object. |
data |
New Data. Default is none. Required. |
... |
Dots Passed. |
Prediction.
Prediction.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.