MAP AND CP consensus ranking estimates
compute_rho_consensus(
output,
nmc,
burnin,
C,
type,
colnames = NULL,
verbose = FALSE
)
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
.
C
type
colnames
if TRUE
, prints the final output even if the function
is assigned to an object. Defaults to FALSE
.