plotTrace: Plot MCMC trace

View source: R/plot.r

plotTraceR Documentation

Plot MCMC trace

Description

Plot the traces of all estimated variables.

Usage

plotTrace(trace, estimatedOnly = FALSE)

Arguments

trace

a data.frame with one column per estimated parameter, as returned by burnAndThin

estimatedOnly

logical, if TRUE only estimated parameters are displayed.

See Also

burnAndThin

Examples

data(mcmcEpi)
plotTrace(mcmcEpi1)

sbfnk/fitR documentation built on July 18, 2023, 3:28 p.m.