.format_ttest_results | R Documentation |
Convert t-test to ARD
.format_ttest_results(by = NULL, variable, lst_tidy, paired, ...)
by |
( |
variable |
( |
lst_tidy |
(named |
paired |
a logical indicating whether you want a paired t-test. |
... |
passed to |
ARD data frame
cardx:::.format_ttest_results(
by = "ARM",
variable = "AGE",
paired = FALSE,
lst_tidy =
cards::eval_capture_conditions(
stats::t.test(ADSL[["AGE"]] ~ ADSL[["ARM"]], paired = FALSE) |>
broom::tidy()
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.