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.
"plot"(x,names, ...)
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
.