importance_rforest: Variable importance in a random forest

Description Usage Arguments Value

View source: R/importance_rforest.R

Description

This function acts as a user-friendly interface for the variable importance scores in a random forest based on individual rpart trees.

Usage

1

Arguments

object

fitted model object from the class rforest.

Value

data frame with one row for each variable and four columns:

variable

the name of the variable.

importance

the average importance score over all the individual trees.

scale_sum

scaled scores which sum to one.

scale_max

scaled scores such that the maximum value is equal to one.


henckr/distRforest documentation built on April 30, 2020, 8:10 p.m.