View source: R/PLMIXfunctions.R
print.gsPLMIX | R Documentation |
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, ...)
x |
Object of class |
... |
Further arguments passed to or from other methods (not used). |
Cristina Mollica and Luca Tardella
gibbsPLMIX
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.