Description Usage Arguments Value See Also
View source: R/prediction.output.R
This function takes predictions and predictive accuracy estimates as input
arguments and creates objects of class
prediction.output.
| 1 2 3 | 
| pred_mean | Mean predictions across trees. | 
| pred_sd | Standard deviation predictions across trees. | 
| residual | Residuals (predicted outcome - observed outcome). | 
| R2_or_acc | R2 or accuracy (for binomial) across trees | 
| mse | MSE across trees | 
| overall_r2_or_acc | Overall R2 or accuracy (for binomial) | 
| pred_type | Out-of-bag data or test data or learning data. | 
An object of class "prediction.output()".
prediction.output,
mobforest.analysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.