View source: R/helpers-multilevel-regression-poststratification.R
post_stratification_helper | R Documentation |
Calculates predicted values from a multilevel regression and the post-stratified state-level estimates
post_stratification_helper(model_fit, data, group, weights)
model_fit |
a model fit object from, e.g., glmer or lm_robust |
data |
a data.frame |
group |
unquoted name of the group variable to construct estimates for |
weights |
unquoted name of post-stratification weights variable |
Please see https://book.declaredesign.org/observational-descriptive.html#multi-level-regression-and-poststratification
data.frame of post-stratified group-level estimates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.