plotMCMCTrace {bexy}R Documentation

Plot the MCMC trace for a specific parameter

Description

Plot the MCMC trace for a specific parameter

Usage

plotMCMCTrace(object, parameterName, maxNumPlots = 20)

Arguments

object

A bexy object.

parameterName

The name of the parameter to plot (e.g. rho, logSigma, epsilon, s, t, a, f, ...)

maxNumPlots

The maximum number of plots to plot, default 20.

Value

No return value, called for side effects.

See Also

bexy

Examples

bex <- bexy(readMCMCTrace = TRUE)
plotMCMCTrace(bex, "rho", maxNumPlots = 1)

[Package bexy version 0.1.2 Index]