powered by
rmpt03
The rmpt03 table provides an overview of duration of exposure.
rmpt03_main( adam_db, summaryvars = "AGEGR1", show_tot = TRUE, row_split_var = NULL, col_split_var = "SEX", overall_col_lbl = "All Genders", ... )rmpt03_pre(adam_db, summaryvars = "AGEGR1", ...)rmpt03
rmpt03_pre(adam_db, summaryvars = "AGEGR1", ...)
the main function returns an rtables object.
rtables
the preprocessing function returns a list of data.frame.
list
data.frame
An object of class chevron_t of length 1.
chevron_t
(list of data.frames) object containing the ADaM datasets
data.frames
ADaM
(string) variables to be analyzed. The label attribute of the corresponding columns in adex table of adam_db is used as label.
string
adex
adam_db
(flag) whether to display the cumulative total.
flag
(string) the name of the column that containing variable to split exposure by.
(string) additional column splitting variable.
(string) name of the overall column. If NULL, no overall level is added.
NULL
not used.
rmpt03_main(): Main TLG function
rmpt03_main()
rmpt03_pre(): Preprocessing
rmpt03_pre()
Person time is the sum of exposure across all patients.
Summary statistics are by default based on the number of patients in the corresponding N row (number of non-missing values).
N
Does not remove zero-count rows unless overridden with prune_0 = TRUE.
prune_0 = TRUE
pre_data <- dunlin::propagate(syn_data, "adsl", "AGEGR1", "USUBJID") run(rmpt03, pre_data)
Run the code above in your browser using DataLab