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

Fix the functions for baseline characteristics table by subgroup and re-generate the tables #41

Conversation

wangchen46
Copy link
Collaborator

No description provided.

@wangchen46 wangchen46 requested a review from wangben718 August 28, 2024 20:41
Chen Wang added 2 commits September 30, 2024 10:18
'Split' is used to seperate summary section as this part logic moved to the core funtion. No longer needed.
2.format_base_char_subgroup
not use funtion from dplyr
dplyr::group_modify(.f = ~dplyr::add_row(.data = .,
name = "", var_label= tbl[tolower(tbl$name) == outdata$display_stat[1],]$var_label))

dplyr::group_by(split)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please use the R base function here instead of using dplyr?

@wangben718 wangben718 merged commit 9354df9 into main Oct 1, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants