This function generates several diagnostics plots from a MCMC object of class 'bdw'
# S3 method for bdw
plot(x, est = Mode, prob = 0.95, adj = 2, r.outliers = TRUE,
density = FALSE, exc.tun = FALSE, ...)
The object containing the MCMC results of class 'bdw'.
The statistic that is used to estimate parameters from marginal densities. The default is 'mode'.
A numerical value in (0 , 1). Corresponding probability for Highest Posterior Density (HPD) interval.
A positive value. Measure of smoothness for densities. A higher value results in smoother density plots.
Logical flag. If TRUE, a preprocessing procedure removes the outliers before showing the results.
Logical flag. If TRUE, a density plot accompanies the HPD intervals.
Logical flag. If TRUE and penalized=TRUE, the penalty parameter is excluded from the plots.
Other parameters that can be passed to standard plot() function.
Hamed Haselimashhadi <hamedhaseli@gmail.com>
bdw,
summary.bdw,
bdw.mc