plot_robustness: Plotting the results of the robustness analysis

Description Usage Arguments Value See Also

View source: R/plot_robustness.R

Description

The function visualize the results of the robustness analysis analysis_robustness.

Usage

 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
)

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()


marton-balazs-kovacs/tppr documentation built on Oct. 27, 2021, 3:04 p.m.