importance {htetree}R Documentation

Caclulate variable importance

Description

Each primary split is credited with the value of splits$improve Each surrogate split gets split$adj times the primary split's value

Usage

importance(fit)

Arguments

fit

a fitted causalTree object.

Value

same as the importance function in rpart.


[Package htetree version 0.1.18 Index]