Description
Improving MrP with Ensemble Learning.
Description
A tool that improves the prediction performance of multilevel regression with post-stratification (MrP) by combining a number of machine learning methods. For information on the method, please refer to Broniecki, Wüest, Leemann (2020) ''Improving Multilevel Regression with Post-Stratification Through Machine Learning (autoMrP)'' in the 'Journal of Politics'. Final pre-print version: <https://lucasleemann.files.wordpress.com/2020/07/automrp-r2pa.pdf>.
README.md
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). The full discussion can be found here: Broniecki, Leemann, and Wüest. 2020. "Improving Multilevel Regression with Post-Stratification Through Machine Learning (autoMrP)," forthcoming in the Journal of Politics.
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")