geweke.plotTAR: Geweke-Brooks plot for objects of class 'mtar'

View source: R/wrapperfunctions.R

geweke.plotTARR Documentation

Geweke-Brooks plot for objects of class mtar

Description

This function is a wrapper around geweke.plot() that applies the Geweke-Brooks convergence diagnostic to the MCMC chains obtained from a fitted mtar model.

Usage

geweke.plotTAR(
  x,
  frac1 = 0.1,
  frac2 = 0.5,
  nbins = 20,
  pvalue = 0.05,
  auto.layout = TRUE,
  ask,
  ...
)

Arguments

x

An object of class mtar returned by a call to mtar().

frac1

fraction to use from beginning of chain

frac2

fraction to use from end of chain

nbins

Number of segments

pvalue

p-value used to plot confidence limits for the null hypothesis

auto.layout

If TRUE then, set up own layout for plots, otherwise use existing one

ask

If TRUE then prompt user before displaying each page of plots. Default is dev.interactive().

...

Additional graphical parameters passed to the plotting routines.

See Also

geweke.plot


mtarm documentation built on Jan. 12, 2026, 1:07 a.m.

Related to geweke.plotTAR in mtarm...