(character vector) Descriptions of events. Defaults to NULL.
censor_descr
(character vector) Descriptions of censors. Defaults to NULL.
lookup
(data.frame) Additional parameters.
seed
(numeric) Seed to use for reproducible random number generation.
na_percentage
(proportion) Default percentage of values to be replaced by NA.
na_vars
(list) A named list where the name of each element is a column name of ds. Each
element of this list should be a numeric vector with two elements:
seed (numeric) The seed to be used for this element - can be NA.
percentage (proportion) Percentage of elements to be replaced with NA.
If NA, na_percentage is used as a default.
cached
boolean whether the cached ADAETTE data cadaette should be returned or new data
should be generated. If set to TRUE then the other arguments to radaette will be ignored.