Plot the MCMC trace
plotMcmcTrace(mcmcNull, fileName = NULL)
Plot the trace of the MCMC for diagnostics purposes.
if (FALSE) { # \dontrun{
data(sccs)
negatives <- sccs[sccs$groundTruth == 0, ]
null <- fitMcmcNull(negatives$logRr, negatives$seLogRr)
plotMcmcTrace(null)
} # }