Creates a trace dial plot
plot_trace_dial( object, parameters = NULL, n_bins = 40, n_burnin = 10, save_plot = FALSE, verbose = TRUE )
| object | Backfillz or Stanfit object. Stanfit objects are converted to Backfillz object using the as_backfillz function. |
|---|---|
| parameters | Vector of strings giving the parameters to plot (e.g., c('mu', 'sd')). |
| n_bins | Number of bins displayed in histograms at end of dial. |
| n_burnin | Number of burnin samples. |
| save_plot | Set to TRUE to save plots in the Backfillz object. |
| verbose | Set to TRUE to see function messages |