plot.epictmcmc {EpiILMCT} | R Documentation |
epictmcmc
objectplot.epictmcmc
is an S3 method that plots the output of an S3 object of class epictmcmc
.
## S3 method for class 'epictmcmc' plot(x, epi = NULL, start = NULL, end = NULL, thin = NULL, ...)
x |
an S3 object of class |
epi |
epidemic data of class |
start, end, thin |
options for creating |
... |
additional arguments that are passed to the generic |
Trace and density plots of the posterior distribution of the model parameters. Additionally, in the case of unobserved event times, a plot of the average posterior and 95% percentile intervals of the inferred event times are produced in new plot window.
epictmcmc
, print.epictmcmc
, summary.epictmcmc
, mcmc
, plot.mcmc
.