vdorie / dbarts

Discrete Bayesian Additive Regression Trees Sampler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dbarts

Discrete Bayesian Additive Regression Trees Sampler

A package for R, with C/C++.

Pre-built binaries of the package are built by CRAN. These can be installed from within R using the typical install.packages() mechanism.

Steps to install from source:

  1. Install development tools for your operating system:

    1. Linux/Unix should already have this installed; if not, use your package manager to install a C/C++ compiler.
    2. OS X: XCode
    3. Windows: Rtools
  2. Install the remotes package from within R:

install.packages("remotes")
  1. Run:
remotes::install_github("vdorie/dbarts")

About

Discrete Bayesian Additive Regression Trees Sampler


Languages

Language:C++ 36.1%Language:C 35.9%Language:R 21.0%Language:M4 6.0%Language:Makefile 0.8%Language:Shell 0.1%Language:TeX 0.0%