Usage
## S3 method for class 'bayesm.nmix':
plot(x,names,burnin,Grid,bi.sel,nstd,marg,Data,ngrid,ndraw, ...)
Arguments
x
An object of S3 class bayesm.nmix
names
optional character vector of names for each of the dimensions
burnin
number of draws to discard for burn-in, def: .1*nrow(X)
Grid
matrix of grid points for densities, def: mean +/- nstd std deviations (if Data no supplied),
range of Data if supplied)
bi.sel
list of vectors, each giving pairs for bivariate distributions, def: list(c(1,2))
nstd
number of standard deviations for default Grid, def: 2
marg
logical, if TRUE display marginals, def: TRUE
Data
matrix of data points, used to paint histograms on marginals and for grid
ngrid
number of grid points for density estimates, def:50
ndraw
number of draws to average Mcmc estimates over, def:200
...
standard graphics parameters