Skip to contents

Posterior Area Plot

Usage

plot_posterior_areas(
  x,
  variables = NULL,
  regex = NULL,
  prob = 0.5,
  prob_outer = 0.95
)

Arguments

x

A gp3bayes fit or posterior draws accepted by posterior_interval_table().

variables, regex

Posterior variable selectors.

prob

Inner interval probability.

prob_outer

Outer interval probability.

Value

A ggplot object.