plotMcmcTrace | R Documentation |
Plot the MCMC trace
plotMcmcTrace(mcmcNull, fileName = NULL)
mcmcNull |
An object of type |
fileName |
Name of the file where the plot should be saved, for example 'plot.png'. See the
function |
Plot the trace of the MCMC for diagnostics purposes.
## Not run:
data(sccs)
negatives <- sccs[sccs$groundTruth == 0, ]
null <- fitMcmcNull(negatives$logRr, negatives$seLogRr)
plotMcmcTrace(null)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.