Code to sample from a logistic regression posterior with Gaussian prior distributions on the parameters. Please see function documentation and vignettes for example usage.
Simply run: devtools::install_github('rchan26/HMCBLR').
Note that there are vignettes available, but by default devtools::install_github() does not build them since they are time consuming. To force building, use devtools::install_github('rchan26/HMCBLR', build_vignettes = TRUE).
If any code has been modified, call:
Rcpp::compileAttributes()
pkgbuild::compile_dll()
devtools::document()
devtools::install()
To build vignettes use:
devtools::build_vignettes()
Or, you can use
devtools::build()
to create a package bundle with the vignettes included.
This work is licensed under a Creative Commons Attribution 4.0 International License.
