Skip to content

yajuansi-sophie/weighting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Model-based weighting

This has the codes for the simulation and application study in the model-based weighting paper.

Installing required software

To run the code you will need to install a special branch of the rstanarm package using the code below. This will take several minutes to install because some C++ code needs to be compiled.

if (!require(devtools)) {
  install.packages("devtools")
  library(devtools)
}
install_github("stan-dev/rstanarm", ref = "structured_prior_merge", args = "--preclean", build_vignettes = FALSE)

About

Model-based weighting and prediction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages