Skip to content

Commit 0ba57f1

Browse files
authored
Update README.md
1 parent 2e32a40 commit 0ba57f1

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,22 @@
33
[![](http://cranlogs.r-pkg.org/badges/BayesTreePrior)](http://cran.rstudio.com/web/packages/BayesTreePrior/index.html)
44
[![](http://cranlogs.r-pkg.org/badges/grand-total/BayesTreePrior)](http://cran.rstudio.com/web/packages/BayesTreePrior/index.html)
55

6+
**Description**
7+
68
BayesTreePrior is a R package for the simulation of the prior distribution of bayesian trees by Chipman et al. (1998).
79
The prior distribution of the trees is highly dependent on the design matrix X, therefore using the suggested hyperparameters
810
by Chipman et al. (1998) is not recommended and could lead to unexpected prior distribution.
911
This work is part of my master thesis (http://www.archipel.uqam.ca/8973/).
1012

11-
To install the latest GitHub development version, run in R :
13+
My master thesis is in French and very long but the main findings are discussed on my website : https://ajolicoeur.wordpress.com/bayesiantrees/
14+
15+
**How to install**
1216

13-
install.packages("devtools")
17+
To install the latest stable version, run in R :
18+
19+
* install.packages("BayesTreePrior")
20+
21+
To install the latest GitHub development version, run in R :
1422

15-
devtools::install_github("AlexiaJM/BayesTreePrior")
23+
* install.packages("devtools")
24+
* devtools::install_github("AlexiaJM/BayesTreePrior")

0 commit comments

Comments
 (0)