powered by
Plot the MCMC trace for a specific parameter
plotMCMCTrace(object, parameterName, maxNumPlots = 20)
No return value, called for side effects.
A bexy object.
The name of the parameter to plot (e.g. rho, logSigma, epsilon, s, t, a, f, ...)
The maximum number of plots to plot, default 20.
bexy
bex <- bexy(readMCMCTrace = TRUE) plotMCMCTrace(bex, "rho", maxNumPlots = 1)
Run the code above in your browser using DataLab