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

add a function for selecting a subset of estimated model to plot? #164

Open
jrosen48 opened this issue Aug 21, 2020 · 0 comments
Open

add a function for selecting a subset of estimated model to plot? #164

jrosen48 opened this issue Aug 21, 2020 · 0 comments

Comments

@jrosen48
Copy link
Collaborator

It is possible to plot the output from a single model, e.g.:

iris_sample <- iris[c(1:10, 51:60, 101:110), ] # to make example run more quickly

estimated_models <- iris_sample %>%
 subset(select = c("Sepal.Length", "Sepal.Width")) %>%
 estimate_profiles(n_profiles = 1:2, models = 1:2)

plot_profiles(estimated_models[[1]]))

But the list indexing may be a bit tricky (in some cases or for some users). Wondering if there could be an interface for selecting which profiles to plot (or compare with compare_solutions(), etc.). Welcome input on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant