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

Right now they are underlined, but wondering if that is clear enough? ![image](https://github.com/user-attachments/assets/e65f7d40-82e1-4644-b30e-133a1ac329ff)

good for beginners :heart:

FIRST, we also need to evaluate how we can use the named lists in digits to modify the missing row stats. I think it works if the digits are all...

good for beginners :heart:

If you run `pkgdown::build_site()` you'll see a note about some parts of the package docs that could use accessibility improvements

good for beginners :heart:

Use `usethis::use_article()` to create the article. We'll want to include the following: - Building a basic demographics table, including how to add an overall column - A disposition table -...

When we run `tbl_strata()` it would be helpful to store more information about the stratum levels. For example, if the stratum were `trt` and `grade`, then we could possible keep...

``` r library(gtsummary) packageVersion("gtsummary") #> [1] '2.0.1.9011' tmax tbl_summary( by = Treatment, include = -Subject, missing = 'no', type = list(TMAX ~ "continuous") ) |> add_p( test = list(all_continuous() ~...

I think lifecycle has updated they way they do badges, and we don't need this perhaps? idk! 🤷🏼 Need to review their docs to assess if it's still needed

good for beginners :heart:

I think all the tests for this function live in testing files saved my the S3 method name.

good for beginners :heart:

It's been years since we've updated the vignettes/articles. Do any of them need updating? - [ ] `tbl_summary()` tutorial - [ ] `tbl_regression()` tutorial - [ ] R Markdown/Quarto -...