plot.bayesm.mat: Plot Method for Arrays of MCMC Draws

Description Usage Arguments Details Author(s)

View source: R/plot.bayesm.mat.R

Description

plot.bayesm.mat is an S3 method to plot sequence plots of MCMC draws and acfs. The columns in the array correspond to parameters and the rows to MCMC draws.

Usage

1
2
## S3 method for class 'bayesm.mat'
plot(x,names, ...)

Arguments

x

An object of either S3 class, bayesm.mat, or S3 class, mcmc

names

optional character vector of names for coefficients

...

standard graphics parameters

Details

Typically, plot.bayesm.mat will be invoked by a call to the generic plot function as in plot(object) where object is of class bayesm.mat. This function is a simplified version of the equivalent function in bayesm. The original bayesm::plot function may be used instead in the cudaBayesreg context. See description of similar function in bayesm::plot.bayesm.mat.

Author(s)

Peter Rossi, Graduate School of Business, University of Chicago.


cudaBayesreg documentation built on May 29, 2017, 6:19 p.m.