plotACF {geoCount} | R Documentation |
This function plots auto-correlation curves for latent variables.
plotACF(S.mcmc, lags = NULL, ...)
S.mcmc |
a matrix (or data.frame) with each row containing the posterior samples of one latent variable |
lags |
the maximum number of lags; the default "NULL" will result in 10*\log_{10}(N/m) where N is the number of observations and m the number of series |
... |
more plotting parameters |
This function uses acf
function to compute the estimates of auto-correlation.
No return value. A plot of auto-correlation curves.
Liang Jing ljing918@gmail.com
## Not run: plotACF(res.m$S.posterior) ## End(Not run)