Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.gsPLMIX

Print of the Gibbs sampling simulation of a Bayesian mixture of Plackett-Luce models


Description

print method for class gsPLMIX. It shows some general information on the Gibbs sampling simulation for a Bayesian mixture of Plackett-Luce models.

Usage

## S3 method for class 'gsPLMIX'
print(x, ...)

Arguments

x

Object of class gsPLMIX returned by the gibbsPLMIX function.

...

Further arguments passed to or from other methods (not used).

Author(s)

Cristina Mollica and Luca Tardella

See Also

Examples

## Print of the Gibbs sampling procedure
data(d_carconf)
GIBBS <- gibbsPLMIX(pi_inv=d_carconf, K=ncol(d_carconf), G=3, n_iter=30, n_burn=10)
print(GIBBS)

PLMIX

Bayesian Analysis of Finite Mixtures of Plackett-Luce Models for Partial Rankings/Orderings

v2.1.1
GPL (>= 2)
Authors
Cristina Mollica [aut, cre], Luca Tardella [aut]
Initial release
2019-09-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.