gather_ard | R Documentation |
Extract the ARDs from a gtsummary table. If needed, results may be combined
with cards::bind_ard()
.
gather_ard(x)
x |
( |
list
tbl_summary(trial, by = trt, include = age) |>
add_overall() |>
add_p() |>
gather_ard()
glm(response ~ trt, data = trial, family = binomial()) |>
tbl_regression() |>
gather_ard()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.