HPDinterval(obj, prob = 0.95, ...)
## S3 method for class 'mcmc':
HPDinterval(obj, prob = 0.95, ...)
## S3 method for class 'mcmc.list':
HPDinterval(obj, prob = 0.95, ...)"mcmc" or "mcmc.list"1/nrow(obj)
nearest to prob."mcmc" object, a matrix with columns "lower" and
"upper" and rows corresponding to the parameters. The
attribute "Probability" is the nominal probability content of
the intervals. A list of such matrices is returned for an
"mcmc.list" object.