The function visualize the results of the robustness analysis analysis_robustness.

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
)

Arguments

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

Value

The function returns a ggplot object.

See also

Other plotting functions: plot_confirmatory(), plot_exploratory()