compute_rho_consensus: Compute rho consensus
Description
MAP AND CP consensus ranking estimates
Usage
compute_rho_consensus(
output,
nmc,
burnin,
C,
type = "CP",
colnames = NULL,
verbose = FALSE
)
Arguments
- output
input
- nmc
Number of Monte Carlo samples
- burnin
A numeric value specifying the number of iterations
to discard as burn-in.
- C
C
- type
type
- colnames
colnames
- verbose
if TRUE
, prints the final output even if the function
is assigned to an object. Defaults to FALSE
.