| get_ard_statistics {cards} | R Documentation | 
ARD Statistics as List
Description
Returns the statistics from an ARD as a named list.
Usage
get_ard_statistics(x, ..., .column = "stat", .attributes = NULL)
Arguments
| x | ( | 
| ... | ( | 
| .column | ( | 
| .attributes | ( | 
Value
named list
Examples
ard <- ard_categorical(ADSL, by = "ARM", variables = "AGEGR1")
get_ard_statistics(
  ard,
  group1_level %in% "Placebo",
  variable_level %in% "65-80",
  .attributes = "stat_label"
)
[Package cards version 0.2.0 Index]