plot.ESS: Provides diagnostic plots to assess the convergence of the...

Description Usage Arguments Author(s) Examples

View source: R/plot.ESS.R

Description

The plot.ESS function provides a set of four plots summarising the behaviour of all chains along the Evolutionary Monte Carlo run. These plots are used to assess the convergence of the algorithm and comprise: (i)- the history plot of the shrinkage factor g, (ii)- the history plot of the model size in each chain, (iii)- the history plot of the log posterior in each chain, and (iv)- the history plot of each chain's temperature (during the burn-in only, as temperatures are fixed at the end of the burn-in).

Usage

1
2
  ## S3 method for class 'ESS'
 plot(x, ...)

Arguments

x

an object of class ESS.

...

additional arguments: range.SF range value for the shrinkage factor plot (g); range.MS range value for the model size plot; range.LP range value for the log posterior plot.

Author(s)

Benoit Liquet, b.liquet@uq.edu.au,
Marc Chadeau-Hyam m.chadeau@imperial.ac.uk,
Leonardo Bottolo l.bottolo@imperial.ac.uk,
Gianluca Campanella g.campanella11@imperial.ac.uk

Examples

1
2
3
# load an ESS object
modelY_Hopx <- example.as.ESS.object()
plot(modelY_Hopx)

R2GUESS documentation built on May 2, 2019, 1:47 p.m.