| MRPWorkflow-method-estimate_plot | R Documentation |
The $estimate_plot() method creates plots showing overall MRP estimates or
estimates for different demographic groups. Check out the
More examples of R6 classes
vignette for usage examples.
estimate_plot(
model,
group = NULL,
interval = 0.95,
show_caption = TRUE,
file = NULL,
...
)
model |
Fitted MRPModel object |
group |
Character string specifying the demographic group.
If left as |
interval |
Confidence interval (a numeric value between 0 and 1) or
standard deviation ( |
show_caption |
Logical indicating whether to show the caption in the plot (default is TRUE). |
file |
Optional file path to save the plot. |
... |
Additional arguments passed to |
A ggplot object showing MRP estimates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.