autocorr.plot {coda} | R Documentation |
Plot autocorrelations for Markov Chains
Description
Plots the autocorrelation function for each variable in each chain in x.
Usage
autocorr.plot(x, lag.max, auto.layout = TRUE, ask, ...)
Arguments
x |
A Markov Chain |
lag.max |
Maximum value at which to calculate acf |
auto.layout |
If |
ask |
If |
... |
graphical parameters |
See Also
[Package coda version 0.19-4.1 Index]