summary.bdw {BDWreg} | R Documentation |
Summary for a MCMC object of class 'bdw'
Description
This function produces result summaries from a MCMC object of class 'bdw'
Usage
## S3 method for class 'bdw'
summary(object, est = Mode, prob = 0.95, samp = TRUE, ...)
Arguments
object |
The object containing the MCMC results of class 'bdw'. |
est |
The statistic that is used to estimate parameters from marginal densities. The default is 'mode'. |
prob |
A numerical value in (0 , 1). Corresponding probability for Highest Posterior Density (HPD) interval. If either RJ=TRUE or penalized=TRUE, coefficients are marked as zero if corresponding prob% HPD intervals contain zero. |
samp |
Logical flag. If TRUE, analyse a sample instead of whole MCMC chain to save time. |
... |
Advance users. Extra parameters to pass to optim() function |
Author(s)
Hamed Haselimashhadi <hamedhaseli@gmail.com>
See Also
Examples
example(bdw)
[Package BDWreg version 1.3.0 Index]