importance: Diagnostic methods for 'forestr' to compute the importance...

Description Usage Arguments Value Examples

Description

Diagnostic methods for forestr to compute the importance for each variable

Usage

1
importance(object, ...)

Arguments

object

an object of class forest as created by forest

...

not currently used

Value

A data frame with the variable importance.

Examples

1
2
mtcars.forestr <- forestr(factor(cyl) ~ ., data = mtcars)
importance(mtcars.forestr)

andeek/forestr documentation built on May 12, 2019, 2:40 a.m.