gather_ard {gtsummary} | R Documentation |
Extract ARDs
Description
Extract the ARDs from a gtsummary table. If needed, results may be combined
with cards::bind_ard()
.
Usage
gather_ard(x)
Arguments
x |
( |
Value
list
Examples
tbl_summary(trial, by = trt, include = age) |>
add_overall() |>
add_p() |>
gather_ard()
glm(response ~ trt, data = trial, family = binomial()) |>
tbl_regression() |>
gather_ard()
[Package gtsummary version 2.3.0 Index]