print.gsPLMIX function

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

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

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

## 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).

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)

See Also

gibbsPLMIX

Author(s)

Cristina Mollica and Luca Tardella

  • Maintainer: Cristina Mollica
  • License: GPL (>= 2)
  • Last published: 2019-09-04

Useful links