Compute Consensus Ranking
# S3 method for BayesMallows
compute_consensus(
model_fit,
type = "CP",
burnin = model_fit$burnin,
parameter = "rho",
assessors = 1L,
...
)An object returned from compute_mallows.
Character string specifying which consensus to compute. Either
"CP" or "MAP". Defaults to "CP".
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.
Character string defining the parameter for which to compute the
consensus. Defaults to "rho". Available options are "rho" and "Rtilde",
with the latter giving consensus rankings for augmented ranks.
When parameter = "rho", this integer vector is used to
define the assessors for which to compute the augmented ranking. Defaults to
1L, which yields augmented rankings for assessor 1.
other arguments passed to methods.