stan4bart
stan4bart copied to clipboard
Uses Stan sampler and math library to semiparametrically fit linear and multilevel models with additive Bayesian Additive Regression Tree (BART) components.
Here is my training model: ``` fit40
Hi @vdorie, In my process, I noticed that the predict function predicts my new data for every chain and every iteration - the burn-in. Wouldn't it be nice and much...
Hi, how do I save the model to an *.RData object so that I can perform a prediction after reloading? In the dbarts package you have to touch the pointer...
Hello, I was wondering if you expected to eventually support additional families such as Poisson, Gamma, and NegativeBinomial in this package or dbarts, or if you see a path for...
UPD. The only issue is compiler choice. Configure seems to ignore both R settings and env, but when I explicitly force CC= and CXX= via adding these to configure, everything...
I am trying to fit a stan4bart model after the latest update but am getting the following error: ``` fit
Hey, I am interested in estimating a multilevel Bayesian Causal Forrest as used by Yeager et. (2019). While the co-authors Jared Murray and Carlos Carvalho have discussed the extension of...
@vdorie For some reason, flags get glued together, i.e. there is no space between these: `-DTBB_INTERFACE_NEW-I'/opt/local/Library/Frameworks/R.framework/Versions/4.4/Resources/library/RcppParallel/include'`. ``` ---> Configuring R-stan4bart Executing: cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_R_R-stan4bart/R-stan4bart/work/stan4bart" && /opt/local/bin/R CMD build . --no-manual --no-build-vignettes...