retowuest / autoMrP

autoMrP
25 stars 3 forks source link

autoMrP

autoMrP improves the prediction performance of multilevel regression with post-stratification (MrP) by combining a number of machine learning methods through ensemble Bayesian model averaging (EBMA). For more information, see: Broniecki, Leemann, and Wüest. 2022. "Improving Multilevel Regression with Post-Stratification Through Machine Learning (autoMrP)", published in the Journal of Politics: https://doi.org/10.1086/714777.

Installation

To install autoMrP from GitHub, run:

devtools::install_github("retowuest/autoMrP", build_vignettes = TRUE)

Please refer to the vignette for a detailed introduction to autoMrP. Access the vignette via:

utils::browseVignettes("autoMrP")