varimp: Variable importance plot

View source: R/varimp.R

varimpR Documentation

Variable importance plot

Description

Variable importance, as measured in the proportion of total branches used for a given variable. Error bars show standard deviation across iterations.

Variables that are explicitly dropped in the model are included as "0" in the variable importance table, but not plotted; variables that are included but used zero times are shown in both.

Usage

varimp(model, plots = FALSE)

Arguments

model

The dbarts model object

plots

Turn this on for a nice variable contribution plot


cjcarlson/embarcadero documentation built on Sept. 9, 2023, 10:47 p.m.