.calculate_tabulation_statistics | R Documentation |
Function takes the summary instructions from the
statistic = list(variable_name = list(tabulation=c("n", "N", "p")))
argument, and returns the tabulations in an ARD structure.
.calculate_tabulation_statistics(
data,
variables,
by,
strata,
denominator,
statistic
)
data |
( |
variables |
( |
by , strata |
(
Arguments may be used in conjunction with one another. |
denominator |
( |
statistic |
( |
an ARD data frame of class 'card'
cards:::.calculate_tabulation_statistics(
ADSL,
variables = "ARM",
by = NULL,
strata = NULL,
denominator = "cell",
statistic = list(ARM = list(tabulation = c("N")))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.