| rmpt03_main {chevron} | R Documentation |
rmpt03Duration of Exposure for Risk Management Plan Table.
Description
The rmpt03 table provides an overview of duration of exposure.
Usage
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
Arguments
adam_db |
( |
summaryvars |
( |
show_tot |
( |
row_split_var |
( |
col_split_var |
( |
overall_col_lbl |
( |
... |
not used. |
Format
An object of class chevron_t of length 1.
Details
Person time is the sum of exposure across all patients.
Summary statistics are by default based on the number of patients in the corresponding
Nrow (number of non-missing values).Does not remove zero-count rows unless overridden with
prune_0 = TRUE.
Value
the main function returns an rtables object.
the preprocessing function returns a list of data.frame.
Functions
-
rmpt03_main(): Main TLG function -
rmpt03_pre(): Preprocessing
Examples
pre_data <- dunlin::propagate(syn_data, "adsl", "AGEGR1", "USUBJID")
run(rmpt03, pre_data)