mtarThis function is a wrapper around geweke.plot() that applies the
Geweke-Brooks convergence diagnostic to the MCMC chains obtained from a
fitted mtar model.
geweke.plotTAR(
x,
frac1 = 0.1,
frac2 = 0.5,
nbins = 20,
pvalue = 0.05,
auto.layout = TRUE,
ask,
...
)An object of class mtar returned by a call to mtar().
fraction to use from beginning of chain
fraction to use from end of chain
Number of segments
p-value used to plot confidence limits for the null hypothesis
If TRUE then, set up own layout for plots, otherwise use existing one
If TRUE then prompt user before displaying each page of plots. Default is
dev.interactive().
Additional graphical parameters passed to the plotting routines.
geweke.plot