gtsummary
gtsummary copied to clipboard
Presentation-Ready Data Summary and Analytic Result Tables
Call `usethis::use_standalone()` to update the standalone scripts that previously lived in my personal GH, to the versions in https://github.com/insightsengineering/standalone . NOTE: The file with the functions that check package installations...
https://pharmaverse.github.io/examples/tlg/demographic.html
This may apply to more of the `tbl_*()` functions as well. ``` r library(cards) mtcars |> ard_categorical(variables = cyl) |> gtsummary::tbl_summary() #> Error in sort.int(x, na.last = na.last, decreasing =...
This would be similar to `tbl_wide_summary()` but would have summary statistics within categorical variable levels
There are a number of functions that default to treating the text input with `gt::md()`, and optionally can request `md::html()`. There could be cases where no interpreation is wanted, and...
We currently test on the current release of R, the last version, and the dev version. Looking around here you'd think Sure, she's got everything...but I want more 🎶 -...
I think this could be useful when constructing very bespoke tables. This function could return essentially the `label` column of a table, and be a place where we can begin...
Make it clear when we do and do NOT need items like. ```r ard_stack( .missing, .attributes, .total_n ) ``` Missing is needed for reporting `tbl_ard_summary(missing = c("ifany", "always"))`. Attributes are...
The only example in `add_p.tbl_continuous()` uses all the defaults, which can make it somewhat less clear how to change the defaults. I think we could update the example or add...
I want to add column of difference of means between the 2 levels of each of independent variables while using 2 sample t test in `tbl_continuous`, can something like `add_difference`...