-
Notifications
You must be signed in to change notification settings - Fork 7
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
Use R-expression for formula arguments #75
Comments
Good luck! 👍 |
@kgoldfeld would changing the order of the definition table columns cause problems in you workflow or do you think for other reasons it is a bad idea? I would like to change from: |
I think that would would work though I was also thinking of possibly this:
where We could also consider the |
Hm. Why not go all out then and do |
I think I prefer sticking with |
I see where you are coming from... and again it shows that this is true:
|
As a reference here my current poc https://gist.github.com/assignUser/af104a19c2b6819043bd7e290117e5cd We want to keep the definition tables though right? Otherwise having different params for each dist wouldn't really be a problem, e.g. with a list instead of a dt. |
The table was literally the underlying motivation for the whole package, so that might be too much for me to give up. |
I though so and didn't want to get rid of the idea of documenting the data generation process, just using another form factor. But I am not sure what that would look like... |
How about adding another field -
So, balanced would be a value for |
I published a first sketch of how this could work with using S3 methods here: https://github.com/kgoldfeld/simstudy/blob/issue-75-no-more-strings/R/no_strings.R |
As brought up by gagolews in openjournals/joss-reviews/issues/2763 we should think about this long term. It is a breaking change so not a small issue.
The text was updated successfully, but these errors were encountered: