Learn R Programming

ivd (version 1.0.0)

codaplot: Traceplot from the coda package

Description

For more plots see coda

Usage

codaplot(obj, parameters = NULL, type = "traceplot", askNewPage = TRUE)

Value

Specified coda plot

Arguments

obj

ivd object

parameters

Provide parameters of interest using names from the summary() output (e.g., "Intc", "scl_Intc", "sd_Intc", "R\[scl_Intc, Intc\]", "pip\[Intc, 5\]"). Defaults to NULL (plots all parameters).

type

Coda plot. Defaults to 'traceplot'. See coda for more options such as 'acfplot', 'densplot' etc.

askNewPage

Should user be prompted for next plot. Defaults to TRUE

Author

Philippe Rast