Plots a heatmap of variable importance, across predicted IMCEs. By default, all attribute-levels and covariates in the model are plotted.
# S3 method for cjbart.vimp
plot(x, covars = NULL, att_levels = NULL, ...)Plot of covariate importance scores
Object of class cjbart.vimp, the result of running het_vimp()
Optional vector of covariate names to plot. By default, all included covariates are shown.
Optional vector of attribute-levels to plot. By default, all attribute-levels are shown.
Additional arguments (not currently used)