andrewherren / 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 available on http://cran.r-project.org/web/packages/dbarts/index.html. 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
2. OS X:
    1. Xcode (https://developer.apple.com/xcode/downloads/)
    2. gfortran (https://gcc.gnu.org/wiki/GFortranBinaries#MacOS)
3. Windows: Rtools (http://cran.r-project.org/bin/windows/Rtools/)
  1. Install the devtools package from within R:
install.packages("devtools")
  1. Run:
install_github("vdorie/dbarts")

About

Discrete Bayesian Additive Regression Trees Sampler


Languages

Language:C++ 38.6%Language:C 38.3%Language:R 17.6%Language:M4 4.7%Language:Makefile 0.7%Language:Shell 0.1%