You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(BayesMallows)
mod<- compute_mallows(
data= setup_rank_data(rankings=cluster_data),
model_options= set_model_options(n_clusters=3),
compute_options= set_compute_options(nmc=10000, burnin=1000)
)
heat_plot(mod)
#> Error in heat_plot(mod): heat_plot only works for a single cluster
As pointed out by Marta:
Created on 2024-02-15 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: