RMPT05 Extent of Exposure by Race for Risk Management Plan Table.
rmpt05.RdThe RMPT05 table provides an overview of duration of exposure extent.
Usage
rmpt05_main(
adam_db,
summaryvars = "RACE",
show_tot = TRUE,
row_split_var = NULL,
col_split_var = NULL,
overall_col_lbl = NULL,
...
)
rmpt05_pre(adam_db, summaryvars = "RACE", ...)
rmpt05Arguments
- adam_db
(
listofdata.frames) object containing theADaMdatasets- summaryvars
(
string) variables to be analyzed. The label attribute of the corresponding columns inadextable ofadam_dbis used as label.- show_tot
(
flag) whether to display the cumulative total.- row_split_var
(
character) additional row split variables.- col_split_var
(
string) additional column splitting variable.- overall_col_lbl
(
string) name of the overall column. IfNULL, no overall level is added.- ...
not used.
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.
Examples
run(rmpt05, syn_data)
#> Patients Person time
#> RACE (N=400) (N=400)
#> ——————————————————————————————————————————————————————————————————————
#> ASIAN 208 (52.0%) 25754
#> BLACK OR AFRICAN AMERICAN 91 (22.8%) 10718
#> WHITE 74 (18.5%) 9612
#> AMERICAN INDIAN OR ALASKA NATIVE 25 (6.2%) 3348
#> MULTIPLE 1 (0.2%) 219
#> NATIVE HAWAIIAN OR OTHER PACIFIC ISLANDER 1 (0.2%) 49
#> Total patients number/person time 400 (100.0%) 49700