Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can heat plot work for multiple clusters? #377

Open
osorensen opened this issue Feb 15, 2024 · 0 comments
Open

Can heat plot work for multiple clusters? #377

osorensen opened this issue Feb 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@osorensen
Copy link
Collaborator

As pointed out by Marta:

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

Created on 2024-02-15 with reprex v2.1.0

@osorensen osorensen added the enhancement New feature or request label Feb 15, 2024
@osorensen osorensen self-assigned this Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant