View source: R/get_ard_statistics.R
get_ard_statistics | R Documentation |
Returns the statistics from an ARD as a named list.
get_ard_statistics(x, ..., .column = "stat", .attributes = NULL)
x |
( |
... |
( |
.column |
( |
.attributes |
( |
named list
ard <- ard_categorical(ADSL, by = "ARM", variables = "AGEGR1")
get_ard_statistics(
ard,
group1_level %in% "Placebo",
variable_level %in% "65-80",
.attributes = "stat_label"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.