View source: R/poststratification.R
get_estimates | R Documentation |
get_estimates
aggregates and returns estimates from a XGBP object.
get_estimates(xgbp_out, ..., pivot = FALSE)
xgbp_out |
A |
... |
Group-level covars to aggregate results (leave blank for sample-level estimates) |
pivot |
Should the resuling table be pivoted to wider format? Defaults to
|
## Not run: get_estimates(xgbp_out) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.