Learn R Programming

bexy (version 0.1.3)

plotMCMCTrace: Plot the MCMC trace for a specific parameter

Description

Plot the MCMC trace for a specific parameter

Usage

plotMCMCTrace(object, parameterName, maxNumPlots = 20)

Value

No return value, called for side effects.

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.

See Also

bexy

Examples

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

Run the code above in your browser using DataLab