View source: R/PLMIXfunctions.R
print.mpPLMIX | R Documentation |
print
method for class mpPLMIX
. It shows some general information on the MAP estimation procedure for a Bayesian mixture of Plackett-Luce models.
## S3 method for class 'mpPLMIX'
print(x, ...)
x |
Object of class |
... |
Further arguments passed to or from other methods (not used). |
Cristina Mollica and Luca Tardella
mapPLMIX
and mapPLMIX_multistart
## Print of the MAP procedure with a single starting point
data(d_carconf)
MAP <- mapPLMIX(pi_inv=d_carconf, K=ncol(d_carconf), G=3)
print(MAP)
## Print of the MAP procedure with 5 starting points
MAP_multi <- mapPLMIX_multistart(pi_inv=d_carconf, K=ncol(d_carconf), G=3, n_start=5)
print(MAP_multi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.