relImpPlot: Plot relative importance of covariates

Description Usage Arguments Author(s) Examples

Description

plot the relative importance of each covariate in a quantile regression forest model

Usage

1
2
relImpPlot(mod, covar_dict, fill = "gray40", title = "Relative Importance",
  relImp_var = c("relImp", "IncNodePurity"))

Arguments

mod

object of class quantregForest returned by the function quantregForest

covar_dict

data.frame containing columns called ShortName and Name. ShortName corresponds to the covariates that went into the mod, while Name is a longer version for plotting purposes.

Author(s)

Kevin See

Examples

1
relImpPlot(qrf_mod)

KevinSee/qRfish documentation built on May 8, 2019, 4:50 p.m.