View source: R/printfunctions.R
plot.glmmr.sim | R Documentation |
Plots a glmmr.sim object
## S3 method for class 'glmmr.sim' plot(x, par, alpha = 0.05)
x |
A 'glmmr.sim' object |
par |
Integer indicating the index of the parameter to plot if not a Bayesian analysis |
alpha |
Numeric indictaing the type I error rate for non-Bayesian analysis |
For a Bayesian simulation analysis, this will plot the simulation based calibration ranks and the distribution of the posterior variance. Otherwise, it will plot the distribution of confidence interval half widths.
A 'ggplot2' plot
...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.