plotACF {BayHap} | R Documentation |
Creates a single plot of the lag autocorrelations for a specified parameter.
plotACF(x, all = TRUE, name.var = " ", keep.rares.acf = FALSE)
x |
An object of class |
all |
Logical.The default value TRUE implies to plot autocorrelation function for all the parameters. If FALSE, the vector of names of the desired parameters to plot must be specified in name.var. |
name.var |
If all=FALSE, this must be a vector containing the names of the chosen parameters to plot their acf. |
keep.rares.acf |
Logical. Indicates if acf for estimates of rares category must be shown. |
Graphs of autocorelation function.
Original version by Brian J. Smith in Boa package.
Adapted version by Raquel Iniesta riniesta@pssjd.org