NEWS | R Documentation |
stan4bart News
CHANGES IN VERSION 0.0-8
BUG FIXES
No longer uses
rpath
on Window64 arm. PR thanks to Andrew Johnson.
CHANGES IN VERSION 0.0-7
BUG FIXES
-
extract
argument now works correctly with varcount. Bug report thanks to Joshua Bon. -
predict
now works with single chains. Bug report thanks to github user Pentaonia (Louis).
CHANGES IN VERSION 0.0-4
NEW FEATURES
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.
BUG FIXES
-
treated
argument now works correctly with logical vectors.
CHANGES IN VERSION 0.0-3
NEW FEATURES
-
extract
now accepts as a type"trees"
, which allows for easier inspection of models fit withbart_args = list("keepTrees" = TRUE)
.
CHANGES IN VERSION 0.0-2
Initial public release.