Plots the log posterior for a range of the MCMC iterations (indicated by start
and end
).
logposterior_plot(sbfc_result, start = 0, end = 1, type = "trace")
An object of class sbfc
.
The start of the included range of MCMC iterations (default=0, i.e. starting with the first iteration).
The end of the included range of MCMC iterations (default=1, i.e. ending with the last iteration).
Type of plot (either trace
or acf
, default=trace
).