diagnoseMCMC | R Documentation |
Helpfunction to obtain MCMC diagnostic
diagnoseMCMC(
posttheta,
showTrace = FALSE,
xlim = NULL,
MEAN = NULL,
SD = NULL,
fitBeta = FALSE
)
posttheta |
Matrix with posterior samples (n x p) |
showTrace |
Whether a trace plot of samples should be shown |
xlim |
x-axis limits |
MEAN |
Mean of superimposed distribution |
SD |
SD of superimposed distribution |
fitBeta |
Whether a Beta instead of normal distribution should be superimposed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.