| plot.pogit {pogit} | R Documentation |
Plot an object of class pogit
Description
This function provides traceplots, autocorrelation plots and density plots
of the MCMC samples for an object of class "pogit" to graphically assess
convergence of the MCMC simulations. It also displays the (model averaged)
posterior means and 95%-HPD intervals for the regression effects.
Usage
## S3 method for class 'pogit'
plot(
x,
type = "traceplot",
burnin = TRUE,
thin = TRUE,
lag.max = NULL,
ci = TRUE,
maxPlots = NULL,
...
)
Arguments
x |
an object of class |
type |
type of plot: " |
burnin |
logical. If |
thin |
logical. If |
lag.max |
maximum lag for autocorrelation plot; if |
ci |
logical. If |
maxPlots |
maximum number of plots on a single page; if |
... |
further arguments (not used) |
Author(s)
Michaela Dvorzak <m.dvorzak@gmx.at>
Examples
## see examples for pogitBvs, logitBvs, poissonBvs and negbinBvs