Feature importance of random forest.
importance_randomForest(object, type = 1, ...)Fitted randomForest classifier
Importance can be assessed in two ways:
Permuted out-of-bag prediction error (default). This can only be
used if the classifier was fitted with argument
prediction=TRUE which is default.
Total decrease in node impurity.
Ignored.
An prediction vector with elements corresponding to variables.
emil, fit_randomForest,
predict_randomForest, modeling_procedure