View source: R/PLMIXfunctions.R
selectPLMIX_single | R Documentation |
Compute Bayesian comparison criteria for mixtures of Plackett-Luce models with a different number of components.
selectPLMIX_single(
pi_inv,
G,
MCMCsampleP = NULL,
MCMCsampleW = NULL,
MAPestP,
MAPestW,
deviance,
post_est = "mean"
)
pi_inv |
An object of class |
G |
Number of mixture components. |
MCMCsampleP |
Numeric |
MCMCsampleW |
Numeric |
MAPestP |
Numeric |
MAPestW |
Numeric vector of the |
deviance |
Numeric vector of posterior deviance values. |
post_est |
Character string indicating the point estimates of the Plackett-Luce mixture parameters to be computed from the MCMC sample. This argument is ignored when MAP estimates are supplied in the |
Two versions of DIC and BPIC are returned corresponding to two alternative ways of computing the penalty term: the former was proposed by Spiegelhalter et al. (2002) and is denoted with pD
, whereas the latter was proposed by Gelman et al. (2004) and is denoted with pV
. DIC2 coincides with AICM, that is, the Bayesian counterpart of AIC introduced by Raftery et al. (2007).
A list of named objects:
point_estP |
Numeric |
point_estW |
Numeric |
D_bar |
Posterior expected deviance. |
D_hat |
Deviance function evaluated at |
pD |
Effective number of parameters computed as |
pV |
Effective number of parameters computed as half the posterior variance of the deviance. |
DIC1 |
Deviance Information Criterion with penalty term equal to |
DIC2 |
Deviance Information Criterion with penalty term equal to |
BPIC1 |
Bayesian Predictive Information Criterion obtained from |
BPIC2 |
Bayesian Predictive Information Criterion obtained from |
BICM1 |
Bayesian Information Criterion-Monte Carlo. |
BICM2 |
Bayesian Information Criterion-Monte Carlo based on the actual MAP estimate given in the |
Cristina Mollica and Luca Tardella
Mollica, C. and Tardella, L. (2017). Bayesian Plackett-Luce mixture models for partially ranked data. Psychometrika, 82(2), pages 442–458, ISSN: 0033-3123, <doi:10.1007/s11336-016-9530-0>.
Ando, T. (2007). Bayesian predictive information criterion for the evaluation of hierarchical Bayesian and empirical Bayes models. Biometrika, 94(2), pages 443–458.
Raftery, A. E, Satagopan, J. M., Newton M. A. and Krivitsky, P. N. (2007). BAYESIAN STATISTICS 8. Proceedings of the eighth Valencia International Meeting 2006, pages 371–416. Oxford University Press.
Gelman, A., Carlin, J. B., Stern, H. S. and Rubin, D. B. (2004). Bayesian data analysis. Chapman & Hall/CRC, Second Edition, ISBN: 1-58488-388-X. New York.
Spiegelhalter, D. J., Best, N. G., Carlin, B. P., Van Der Linde, A. (2002). Bayesian measures of model complexity and fit. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 64(4), pages 583–639.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.