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

Add differences to tables created by tbl_summary() #617

Closed
ddsjoberg opened this issue Aug 13, 2020 · 0 comments · Fixed by #705
Closed

Add differences to tables created by tbl_summary() #617

ddsjoberg opened this issue Aug 13, 2020 · 0 comments · Fixed by #705

Comments

@ddsjoberg
Copy link
Owner

How to add differences to tbl_summary tables?

add_difference()

  • differences in means, but how can it be generalized to differences in any statistic?
  • differences in rates
  • raw vs adjusted differences
  • standardized differences

add_paired_difference()

  • we'd need to reshape the data and calculate the difference
  • we can report any summary stat like we do for tbl_summary(statistic=)

Do we add new columns for CIs?

@ddsjoberg ddsjoberg changed the title Add differences to tables to tbl_summary() Add differences to tables created by tbl_summary() Nov 9, 2020
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 a pull request may close this issue.

1 participant