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

Left_join instead of full_join in ae_table_grade() #2

Open
4 tasks
DanChaltiel opened this issue Sep 12, 2024 · 0 comments
Open
4 tasks

Left_join instead of full_join in ae_table_grade() #2

DanChaltiel opened this issue Sep 12, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@DanChaltiel
Copy link
Member

As mentioned by @BaptisteArchambaud, a left_join makes more sense here:

https://github.com/Oncostat/grstat/blob/main/R/ae_table_grade.R#L69

  • make the change
  • add an example in the doc where the population is filtered (e.g. only treated patients)
  • if verbose, add a message describing the filtering ae_table: N patients excluded
  • add a test
@DanChaltiel DanChaltiel added the bug Something isn't working label Sep 12, 2024
@DanChaltiel DanChaltiel added this to the v0.2 milestone Sep 23, 2024
DanChaltiel added a commit that referenced this issue Sep 23, 2024
DanChaltiel added a commit that referenced this issue Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant