plot.gvs.RdGenerate trace, density, and autocorrelation plots from a gvs object.
# S3 method for gvs plot(gvs.dat, param.name = NULL, autocorr = FALSE, individual = FALSE)
| gvs.dat | Gibbs Variable Selection object, as returned by |
|---|---|
| param.name | Parameter name(s). Defaults to |
| autocorr | Logical. Whether to output chain autocorrelation plots. |
| individual | Logical. If |
Adapted from Casey Youngflesh's function MCMCtrace.
Phil J. Bouchet