Plot the posterior for rho for each item
plot_rho_posterior(output, nmc, burnin, C, colnames = NULL, items = NULL)
input
Number of Monte Carlo samples
A numeric value specifying the number of iterations
to discard as burn-in. Defaults to model_fit$burnin
, and must be
provided if model_fit$burnin
does not exist. See assess_convergence
Number of cluster
A vector of item names. If NULL, we generate generic names for the items in the ranking.
Either a vector of item names, or a vector of indices. If NULL, five items are selected randomly.