.format_mcnemartest_results | R Documentation |
Convert McNemar's test to ARD
.format_mcnemartest_results(by, variable, lst_tidy, ...)
by |
( |
variable |
( |
lst_tidy |
(named |
... |
passed to |
ARD data frame
cardx:::.format_mcnemartest_results(
by = "ARM",
variable = "AGE",
lst_tidy =
cards::eval_capture_conditions(
stats::mcnemar.test(cards::ADSL[["SEX"]], cards::ADSL[["EFFFL"]]) |>
broom::tidy()
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.