plot_slice_histogram: Creates a slice histogram of MCMC chains

View source: R/plot_slice_histogram.R

plot_slice_histogramR Documentation

Creates a slice histogram of MCMC chains

Description

Creates a slice histogram of MCMC chains

Usage

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


WarwickCIM/backfillz documentation built on Sept. 27, 2022, 5:41 a.m.