ext01_1.Rd
The EXT01 table provides an overview of the of the exposure of the patients in terms of Total dose administered or missed, and treatment duration.
ext01_1(
adam_db,
armvar = .study$actualarm,
summaryvars = "AVAL",
lbl_overall = .study$lbl_overall,
prune_0 = TRUE,
deco = std_deco("EXT01"),
.study = list(actualarm = "ACTARM", lbl_overall = NULL)
)
ext01_1_lyt(
armvar = .study$actualarm,
summaryvars = .study$analysis_var,
summaryvars_lbls = .study$lbl_analysis_var,
lbl_overall = .study$lbl_overall,
deco = std_deco("EXT01"),
.study = list(actualarm = "ACTARM", lbl_overall = NULL, analysis_var = "AVAL",
lbl_analysis_var = "Analysis Value")
)
ext01_1_pre(
adam_db,
paramcd_order = .study$paramcd_order,
.study = list(paramcd_order = c("TNDOSE", "DOSE", "NDOSE", "TDOSE"))
)
(dm
) object containing the ADaM datasets
(character
) variable used for column splitting
(string)
the name of the variable to be analyzed. By default "AVAL"
.
(character
) label used for overall column, if set to NULL
the overall column is omitted
(logical
) remove 0 count rows
(character
) decoration with title
, subtitles
and main_footer
content
(list
) with default values for the arguments of the function
(string)
the label associated with the analyzed variable.
(character
) providing the PARAMCD
values in the desired order.
Default Exposure table
The n
row provides the number of non-missing values. The percentages for categorical variables is based on n
.
The percentages for Total number of patients with at least one dose modification
are based on the number of
patients in the corresponding analysis population given by N
.
Split columns by arm, typically ACTARM
.
Does not include a total column by default.
Sorted by alphabetic order of the PARAM
value. Transform to factor and re-level for custom order.
ANL01FL
is not relevant subset
ext01_1_lyt
: ext01_1
Layout
ext01_1_pre
: ext01_1
Preprocessing
library(dm)
db <- syn_test_data() %>%
ext01_1_pre()
ext01_1(db)
#> Study Drug Exposure: {Specify Population}
#> Protocol: {{protocol}}
#>
#> —————————————————————————————————————————————————————————————————
#> A: Drug X B: Placebo C: Combination
#> (N=134) (N=134) (N=132)
#> —————————————————————————————————————————————————————————————————
#> Total dose administered
#> n 134 134 132
#> Mean (SD) 7.0 (0.0) 7.0 (0.0) 7.0 (0.0)
#> Median 7.0 7.0 7.0
#> Min - Max 7.0 - 7.0 7.0 - 7.0 7.0 - 7.0
#> —————————————————————————————————————————————————————————————————
#>
#> Treatment duration is the date of the last study drug administration minus the date of the first study drug administration plus one day. Dose intensity is {definition}. <Percentages for reasons for dose modification are based on total number of patients with at least one dose modification.>
syn_test_data() %>%
ext01_1_pre()
#> ── Metadata ────────────────────────────────────────────────────────────────────
#> Tables: `adsl`, `adae`, `adaette`, `adcm`, `addv`, … (15 total)
#> Columns: 846
#> Primary keys: 2
#> Foreign keys: 1