Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vdorie/dbarts
Discrete Bayesian Additive Regression Trees Sampler
https://github.com/vdorie/dbarts
Last synced: 3 days ago
JSON representation
Discrete Bayesian Additive Regression Trees Sampler
- Host: GitHub
- URL: https://github.com/vdorie/dbarts
- Owner: vdorie
- Created: 2014-05-28T20:50:41.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T21:13:00.000Z (3 months ago)
- Last Synced: 2024-10-28T17:24:33.504Z (16 days ago)
- Language: C++
- Homepage:
- Size: 1.81 MB
- Stars: 56
- Watchers: 7
- Forks: 20
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dbarts
======Discrete Bayesian Additive Regression Trees Sampler
A package for R, with C/C++.
Pre-built binaries of the package are built by [CRAN](https://cran.r-project.org/package=dbarts). 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](https://developer.apple.com/xcode/resources/)
3. Windows: [Rtools](https://cran.r-project.org/bin/windows/Rtools/)2. Install the `remotes` package from within R:
```R
install.packages("remotes")
```3. Run:
```R
remotes::install_github("vdorie/dbarts")
```