Description Usage Arguments Value Author(s) See Also
Prediction using random forest.
1 | predict_randomForest(object, x, ...)
|
object |
Fitted model. |
x |
Dataset of observations to be classified. |
... |
Ignored |
When used for classification, a list with elements:
prediction: Factor of predicted class memberships.
probability: Data frame of predicted class probabilities.
When used for regression, a list with the element:
prediction: Vector of predicted response.
Christofer Bäcklin
emil, fit_randomForest,
importance_randomForest, modeling_procedure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.