| rmpt01_main | R Documentation |
RMPT01Duration 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
adam_db |
( |
summaryvars |
( |
show_tot |
( |
row_split_var |
( |
col_split_var |
( |
overall_col_lbl |
( |
... |
not used. |
tlg |
( |
prune_0 |
( |
An object of class chevron_t of length 1.
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.
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).
rmpt01_main(): Main TLG function
rmpt01_pre(): Preprocessing
rmpt01_post(): Postprocessing
adam_db object must contain an adex table with "AVAL" and the columns specified by summaryvars.
run(rmpt01, syn_data, col_split_var = "SEX")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.