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

allow variables to be specified without "" #133

Open
venpopov opened this issue Feb 24, 2024 · 0 comments
Open

allow variables to be specified without "" #133

venpopov opened this issue Feb 24, 2024 · 0 comments
Labels
enhancement - new feature New user or developer feature
Milestone

Comments

@venpopov
Copy link
Owner

venpopov commented Feb 24, 2024

Currently:

mixture3p(resp_err = "dev_rad", nt_features = c("nt_col1","nt_col2",...), setsize = "set_size_var")

could be nice to have it like in a formula, or dplyr or ggplot where you can directly use the variable names:

mixture3p(resp_err = dev_rad, nt_features = vars(nt_col1,nt_col2,...), setsize = set_size_var)

not high priority

@venpopov venpopov added the enhancement - new feature New user or developer feature label Feb 24, 2024
@venpopov venpopov added this to the Future milestone Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement - new feature New user or developer feature
Projects
None yet
Development

No branches or pull requests

1 participant