gtsummary icon indicating copy to clipboard operation
gtsummary copied to clipboard

Presentation-Ready Data Summary and Analytic Result Tables

Results 149 gtsummary issues
Sort by recently updated
recently updated
newest added

I like the gt package's `cols_merge()` function. I like that one can keep the numeric column of results and show the formatted AND merged results. What we currently do in...

waiting
v2.0 :crossed_fingers::crossed_fingers:

**What changes are proposed in this pull request?** * Fixed bug in `style_sigfig()` with numbers close to the thresholds. (#1298) **If there is an GitHub issue associated with this pull...

It could be relevant to add a `suppressWarnings()` here: https://github.com/ddsjoberg/gtsummary/blob/cf07f8b80ec5d7ffa54b9c48b968aab551ca124f/R/custom_tidiers.R#L257 to avoid warnings in cases like: ``` r mod Warning: Unknown or uninitialised column: `term`. #> Unknown or uninitialised column:...

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...

Dear Authors, in continuation to my previous request, I believe it would be very beneficial to implement something like _add_effect_size()_ and _add_effect_interpretation()_. The package [effectsize](https://easystats.github.io/effectsize/) provides lots of them along...

Dear Authors, First of all, I would like to express **my respect and gratitude for your work and efforts** to facilitate automated reporting. As I come from the clinical trials...

I have been using `tbl_regression()` to produce tables displaying `multinom()` outputs. However I need to weight my analysis and have been using `svymultinom()` (from `CMAverse`: https://github.com/BS1125/CMAverse) to do this. I...

@larmarange see this SO post: https://stackoverflow.com/questions/77957551 Is this something we should address? It seems that the survey method for `subset()` doesn't remove rows, but puts the weights to 0, and...