Description Usage Arguments Value See Also
View source: R/plot_robustness.R
The function visualize the results of the robustness
analysis analysis_robustness
.
1 2 3 4 5 6 7 8 9 10 | plot_robustness(
posterior_density,
hdi_mode,
hdi_l,
hdi_u,
mixed_ci_width = NA_real_,
mixed_ci_l = NA_real_,
mixed_ci_u = NA_real_,
include_nhst = TRUE
)
|
posterior_density |
numeric vector |
hdi_mode |
numeric |
hdi_l |
numeric |
hdi_u |
numeric |
mixed_ci_width |
numeric |
mixed_ci_l |
numeric |
mixed_ci_u |
numeric |
include_nhst |
logical |
The function returns a ggplot object.
Other plotting functions:
plot_confirmatory()
,
plot_exploratory()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.