predict.morf.forest | R Documentation |
Prediction method for class morf.forest
.
## S3 method for class 'morf.forest'
predict(object, data, type = "response", ...)
object |
An |
data |
Data set of class |
type |
Type of prediction. Either |
... |
Further arguments passed to or from other methods. |
If type === "response"
(the default), the predicted conditional class probabilities are returned. If forests are
honest, these predictions are honest.
If type == "terminalNodes"
, the IDs of the terminal node in each tree for each observation in data
are returned.
Prediction results.
Riccardo Di Francesco
morf
, marginal_effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.