plotMcmcTrace {EmpiricalCalibration} | R Documentation |
Plot the MCMC trace
Description
Plot the MCMC trace
Usage
plotMcmcTrace(mcmcNull, fileName = NULL)
Arguments
mcmcNull |
An object of type |
fileName |
Name of the file where the plot should be saved, for example 'plot.png'. See the
function |
Details
Plot the trace of the MCMC for diagnostics purposes.
Examples
## Not run:
data(sccs)
negatives <- sccs[sccs$groundTruth == 0, ]
null <- fitMcmcNull(negatives$logRr, negatives$seLogRr)
plotMcmcTrace(null)
## End(Not run)
[Package EmpiricalCalibration version 3.1.2 Index]