View source: R/16.3-plot-analysis.R
| plot_estimate_panel | R Documentation |
Internal helper shared by plot_mle_uncertainty,
plot_bootstrap_uncertainty, and
plot_hierarchical_uncertainty. Draws a dot-and-arrow panel for one
parameter — estimate point, CI arrow, and optional CI text — so the
identical plotting code is not triplicated.
plot_estimate_panel(
estimate,
ci_lower,
ci_upper,
param_name,
method_label,
colors,
add_ci_text
)
estimate |
Point estimate for the parameter. |
ci_lower |
Lower confidence bound. |
ci_upper |
Upper confidence bound. |
param_name |
Character: parameter name, used as axis label and title. |
method_label |
Character prefix for the panel title (e.g. |
colors |
Color scheme list from |
add_ci_text |
Logical; add CI text above the arrow. |
NULL (modifies current graphics device).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.