powered by
Plot the MCMC trace
plotMcmcTrace(mcmcNull, fileName = NULL)
An object of type mcmcNull as generated using the fitMcmcNull function.
mcmcNull
fitMcmcNull
Name of the file where the plot should be saved, for example 'plot.png'. See the function ggsave in the ggplot2 package for supported file formats.
ggsave
Plot the trace of the MCMC for diagnostics purposes.
if (FALSE) { data(sccs) negatives <- sccs[sccs$groundTruth == 0, ] null <- fitMcmcNull(negatives$logRr, negatives$seLogRr) plotMcmcTrace(null) }
Run the code above in your browser using DataLab