summary.bayesm.nmix {bayesm} | R Documentation |
summary.bayesm.nmix
is an S3 method to display summaries of the distribution implied
by draws of Normal Mixture Components. Posterior means and Variance-Covariance matrices are
displayed.
Note: 1st and 2nd moments may not be very interpretable for mixtures of normals. This summary function
can take a minute or so. The current implementation is not efficient.
## S3 method for class 'bayesm.nmix': summary(object, names,burnin = trunc(0.1 * nrow(probdraw)), ...)
object |
an object of class "bayesm.nmix" – a list of lists of draws |
names |
optional character vector of names fo reach dimension of the density |
burnin |
number of draws to burn-in, def: .1*nrow(probdraw) |
... |
parms to send to summary |
an object of class "bayesm.nmix" is a list of three components:
Peter Rossi, Graduate School of Business, University of Chicago, Peter.Rossi@ChicagoGsb.edu.
summary.bayesm.mat
, summary.bayesm.var
## ## not run # out=rnmix(Data,Prior,Mcmc) # summary(out) #