plotMCMCTrace | R Documentation |
Plot the MCMC trace for a specific parameter
plotMCMCTrace(object, parameterName, maxNumPlots = 20)
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. |
No return value, called for side effects.
bexy
bex <- bexy(readMCMCTrace = TRUE)
plotMCMCTrace(bex, "rho", maxNumPlots = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.