Skip to content

rchan26/HMCBLR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HMCBLR

Code to sample from a logistic regression posterior with Gaussian prior distributions on the parameters. Please see function documentation and vignettes for example usage.

Installation

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).

Development workflow

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.

License

Shield: CC BY 4.0

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published