# Setting the number of Monte Carlo samples very low for the example to run fast.
# A real application should run much longer, and have a large burnin.
model_fit <- compute_mallows(potato_visual, nmc = 500, seed = 1)
model_fit$burnin <- 100
heat_plot(model_fit)
# Items are ordered along the horizontal axis according to the ordering
# returned by compute_consensus, whose default argument is type="CP".
heat_plot(model_fit, type = "MAP")
Run the code above in your browser using DataLab