Learn R Programming

cudaBayesreg (version 0.3-16)

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

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

"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.