-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
799 Fix summarize_num_patients
labels
#800
Conversation
Code Coverage Summary
Diff against main
Results for commit: 14c0953 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! Thanks a lot! @edelarua
.labels = c( | ||
unique = "Number of patients with at least one event", | ||
nonunique = "Number of events" | ||
), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@edelarua , do we need a label for ”unique_count“?
.labels = c( | ||
unique = "Number of patients with at least one event", | ||
nonunique = "Number of events" | ||
), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@edelarua , do we need a label for ”unique_count“?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shajoezhu there's no label currently for unique_count
, but I could add one. Do you have any preference? We could just do "Number of patients with at least one event (n)"
.
Closes #799
Unblocks insightsengineering/chevron#345
Also updates default format to fixed decimal places in line with other
tern
functions.