.format_poissontest_results | R Documentation |
Convert Poisson test to ARD
.format_poissontest_results(by = NULL, variables, lst_tidy, ...)
by |
( |
variables |
( |
lst_tidy |
(named |
... |
passed to |
ARD data frame
cardx:::.format_poissontest_results(
by = "ARM",
variables = c("CNSR", "AVAL"),
lst_tidy =
cards::eval_capture_conditions(
stats::poisson.test(sum(cards::ADTTE[["CNSR"]]), sum(cards::ADTTE[["AVAL"]])) |>
broom::tidy()
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.