| plot.pogit | R Documentation | 
pogitThis 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.
## S3 method for class 'pogit' plot( x, type = "traceplot", burnin = TRUE, thin = TRUE, lag.max = NULL, ci = TRUE, maxPlots = NULL, ... )
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)  | 
Michaela Dvorzak <m.dvorzak@gmx.at>
## see examples for pogitBvs, logitBvs, poissonBvs and negbinBvs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.