.check_for_missing_combos_in_denom | R Documentation |
denominator
When a user passes a data frame in the denominator
argument, this function
checks that the data frame contains all the same levels of the by
and strata
variables that appear in data
.
.check_for_missing_combos_in_denom(data, denominator, by, strata)
data |
( |
denominator |
( |
by |
( |
strata |
( |
returns invisible if check is successful, throws an error message if not.
cards:::.check_for_missing_combos_in_denom(ADSL, denominator = "col", by = "ARM", strata = "AGEGR1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.