Description Usage Arguments Details Author(s)
View source: R/plot.bayesm.mat.R
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.
1 2 |
x |
An object of either S3 class, bayesm.mat, or S3 class, mcmc |
names |
optional character vector of names for coefficients |
... |
standard graphics parameters |
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
.
Peter Rossi, Graduate School of Business, University of Chicago.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.