RMPT01
Duration of Exposure for Risk Management Plan Table.The RMPT01
table provides an overview of duration of exposure.
rmpt01_main(
adam_db,
summaryvars = "AVALCAT1",
show_tot = TRUE,
row_split_var = NULL,
col_split_var = NULL,
overall_col_lbl = NULL,
...
)rmpt01_pre(adam_db, summaryvars = "AVALCAT1", ...)
rmpt01_post(tlg, prune_0 = FALSE, ...)
rmpt01
the main function returns an rtables
object.
the preprocessing function returns a list
of data.frame
.
the postprocessing function returns an rtables
object or an ElementaryTable
(null report).
An object of class chevron_t
of length 1.
(list
of data.frames
) object containing the ADaM
datasets
(string
) variables to be analyzed. The label attribute of the corresponding columns in adex
table of adam_db
is used as label.
(flag
) whether to display the cumulative total.
(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.
not used.
(TableTree
, Listing
or ggplot
) object typically produced by a main
function.
(flag
) remove 0 count rows
rmpt01_main()
: Main TLG function
rmpt01_pre()
: Preprocessing
rmpt01_post()
: Postprocessing
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).
Does not remove zero-count rows unless overridden with prune_0 = TRUE
.
run(rmpt01, syn_data, col_split_var = "SEX")
Run the code above in your browser using DataLab