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

Feature request: Add support for add_ci() with tbl_summary(percent = c('row', 'cell')) #1929

Open
ddsjoberg opened this issue Aug 26, 2024 · 1 comment

Comments

@ddsjoberg
Copy link
Owner

We will also need to support add_ci.tbl_svysummary()

@ddsjoberg
Copy link
Owner Author

I started implementing this in add_ci.tbl_summary(). In the current construct, 'cell' would be pretty tricky to implement, but 'row' is somewhat reasonable...but requires some gross manipulation to the current code.

This would be best implemented in cardx::ard_categorical_ci(). I've opened an issue here insightsengineering/cardx#204

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

No branches or pull requests

2 participants
@ddsjoberg and others