NEWS | R Documentation |
An experimental implementation of callbacks has been added as has the option to avoid writing out the full set of Stan and BART samples. This allows a model to be fit just saving samples of the quantity of interested.
treated
argument now works correctly with logical vectors.
extract
now accepts as a type "trees"
, which
allows for easier inspection of models fit with
bart_args = list("keepTrees" = TRUE)
.
Initial public release.