The documentation to this function lists all the arguments in random.cdisc.data
that are used repeatedly in dataset creation.
(numeric
)
Seed to use for reproducible random number generation.
(proportion
)
Default percentage of values to be replaced by NA
.
(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.
(data.frame
)
Subject-Level Analysis Dataset (ADSL).
(data.frame
)
Additional parameters.
(data.frame
)
Additional metadata parameters.
(character vector
)
Parameter values.
(character vector
)
Parameter code values.
(character vector
)
Parameter unit values.
(character
)
Type of visit. Options are "WEEK" and "CYCLE".
(integer
)
Number of weeks or cycles.
(integer
)
Number of days in each cycle (only used if visit_format
is "CYCLE").
(numeric vector
)
Mean values corresponding to each parameter.