Plot autocorrelation for specified parameters

plot_autocorrelation(x, lag = 20, par = NULL, chain = 1, phase = "sampling")

Arguments

x

an object of class drjacoby_output

lag

maximum lag. Must be an integer between 1 and 500.

par

vector of parameter names. If NULL all parameters are plotted.

chain

which chain to plot.

phase

which phase to plot. Must be either "burnin" or "sampling".