Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/PLMIXfunctions.R
summary
method for class gsPLMIX
. It provides summary statistics and credible intervals for the Gibbs sampling simulation of a Bayesian mixture of Plackett-Luce models.
1 2 3 |
object |
Object of class |
quantiles |
Numeric vector of quantile probabilities. |
hpd_prob |
Numeric scalar in the grid of values spanning the interval (0,1) by 0.05, giving the posterior probability content of the HPD intervals. Supplied values outside the grid are rounded. |
digits |
Number of decimal places for rounding the posterior summaries. |
... |
Further arguments passed to or from other methods (not used). |
Posterior summaries include means, standard deviations, naive standard errors of the means (ignoring autocorrelation of the chain) and time-series standard errors based on an estimate of the spectral density at 0. They correspond to the statistics
element of the output returned by the summary.mcmc
function of the coda
package. Highest posterior density (HPD) intervals are obtained by recalling the HPDinterval
function of the coda
package.
A list of summary statistics for the gsPLMIX
class object:
|
Numeric matrix with posterior summaries in each row (see 'Details'). |
|
Numeric matrix with posterior quantiles at the given |
|
Numeric matrix with 100* |
|
Numeric GxK matrix with the estimated posterior modal orderings of each mixture component. |
|
The matched call. |
Cristina Mollica and Luca Tardella
Plummer, M., Best, N., Cowles, K. and Vines, K. (2006). CODA: Convergence Diagnosis and Output Analysis for MCMC, R News, 6, pages 7–11, ISSN: 1609-3631.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.