Description Usage Arguments Details Value See Also
Extract variable importance measure
1 | importance(x)
|
x, |
an object of class |
The measure is computed from permuting OOB data: For each tree, the prediction error on the out-of-bag portion of the data is recorded (mean deviance). Then the same is done after permuting each predictor variable. The difference between the two are then averaged over all trees. Note that the mean deviances are compared (and not the deviances themselves).
A vector of importance measure, one item for each predictor variable.
rfPoisson, varImpPlot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.