gtsummary
gtsummary copied to clipboard
Presentation-Ready Data Summary and Analytic Result Tables
Hi team! I am having an issue with `tbl_svysummary` when trying to calculate percentages. The function shows NA values instead of real numbers. I know that there are numbers there,...
When using tbl_summary() + add_difference() currently allows "split by" only two groups. It would be wonderful to enable add_difference() to provide multiple comparisons (and differences) versus baseline. For example if...
- [ ] add themes - [ ] migrate unit tests - [ ] I think I need to update `cards::process_formula_selectors()` to optionally return the formula's environment as an attribute....
Some `glance()` methods return the log-likelihood as a `logLik` object instead of a numeric value. This breaks the `add_glance_table()` and `add_glance_source_note()` methods. ``` r quine.nb1 ! Can't combine `null.deviance` and...
I want to contribute to `gtsummary` by updating JAMA theme. I got published recently in one of JAMA Network journals and noticed multiple things that needed to be changed in...
Do we have checks, eg that the needed columns exist to merge? If so, can the messaging be improved when non-conforming tables are passed?
I'm unsure if this is best classified as a "bug" or "feature request"; happy to change it if "bug" is incorrect. When calling as_kable_extra(), if you have applied `bold_p()`, the...
If labels are set on the variable used in `by`, that standard table is created as expected; you can `add_p` and `add_n`, but you cannot `add_overall`. That could be a...
Do not use this form to ask a question, or ask for assistance. Instead, ask on using the gtsummary tag. Questions about a function's use will be closed without a...
When running a regression on a large dataset and `gtsummary::tbl_regression`-ing it, I do get a large object. tbl_butcher should strip everything linked to the original model, but environment of function...