File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ ] ( http://cranlogs.r-pkg.org/badges/BayesTreePrior )] ( http://cran.rstudio.com/web/packages/BayesTreePrior/index.html )
4
4
[ ![ ] ( http://cranlogs.r-pkg.org/badges/grand-total/BayesTreePrior )] ( http://cran.rstudio.com/web/packages/BayesTreePrior/index.html )
5
5
6
+ ** Description**
7
+
6
8
BayesTreePrior is a R package for the simulation of the prior distribution of bayesian trees by Chipman et al. (1998).
7
9
The prior distribution of the trees is highly dependent on the design matrix X, therefore using the suggested hyperparameters
8
10
by Chipman et al. (1998) is not recommended and could lead to unexpected prior distribution.
9
11
This work is part of my master thesis (http://www.archipel.uqam.ca/8973/ ).
10
12
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**
12
16
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 :
14
22
15
- devtools::install_github("AlexiaJM/BayesTreePrior")
23
+ * install.packages("devtools")
24
+ * devtools::install_github("AlexiaJM/BayesTreePrior")
You can’t perform that action at this time.
0 commit comments