Skip to content

AlanInglis/bartMan

Repository files navigation

bartMan

For more detailed information and a comprehensive discussion, please refer to our paper associated with this document, available here:

https://doi.org/10.52933/jdssv.v4i1.79

bartMan is an R-package for investigating and visualising Bayesian Additive Regression Tree (BART) model fits. We construct conventional plots to analyze a model’s performance and stability as well as create new tree-based plots to analyze variable importance, interaction, and tree structure. We employ Value Suppressing Uncertainty Palettes (VSUP) to construct heatmaps that display variable importance and interactions jointly using color scale to represent posterior uncertainty. Our visualizations are designed to work with the most popular BART R packages available, namely BART, dbarts, and bartMachine. A practical example of the package in use can be found in our detailed vignette.

Installation

You can install the released version of bartMan from CRAN with:

install.packages("bartMan")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("AlanInglis/bartMan")

You can then load the package with:

library(bartMan)

About

Visualisations for posterior evaluation of BART models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published