Creates a slice histogram of MCMC chains

plot_slice_histogram(
  object = NULL,
  slices = NULL,
  save_plot = FALSE,
  verbose = TRUE
)

Arguments

object

Backfillz or Stanfit object. Stanfit objects are converted to Backfillz object using the as_backfillz function.

slices

Dataframe giving the cut off points for the trace histograms and parameters to show.

save_plot

Set to TRUE to save plots in the Backfillz object.

verbose

Set to TRUE to see function messages