egt03_main | R Documentation |
EGT03
Shift Table of ECG Interval Data - Baseline versus Minimum or Maximum Post-Baseline.The EGT03
Table entries provide the number of patients by baseline assessment and minimum or maximum post-baseline
assessment. Percentages are based on the total number of patients in a treatment group. Baseline is the patient's
last observation prior to initiation of study drug.
egt03_main(
adam_db,
arm_var = "ACTARMCD",
summaryvar = "BNRIND",
splitvar = "ANRIND",
visitvar = "AVISIT",
page_var = "PARAMCD",
...
)
egt03_pre(adam_db, ...)
egt03_post(tlg, prune_0 = FALSE, ...)
egt03
adam_db |
( |
arm_var |
( |
summaryvar |
( |
splitvar |
( |
visitvar |
( |
page_var |
( |
... |
not used. |
tlg |
( |
prune_0 |
( |
An object of class chevron_t
of length 1.
ADEG
data are subsetted to contain only "POST-BASELINE MINIMUM"/"POST-BASELINE MAXIMUM" visit
according to the preprocessing.
Percentages are based on the total number of patients in a treatment group.
Split columns by Analysis Reference Range Indicator, typically ANRIND
.
Does not include a total column by default.
Sorted based on factor level.
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).
egt03_main()
: Main TLG function
egt03_pre()
: Preprocessing
egt03_post()
: Postprocessing
adam_db
object must contain an adeg
table with a "ACTARMCD"
column as well as columns specified in
summaryvar
and splitvar
.
library(dunlin)
proc_data <- log_filter(syn_data, PARAMCD == "HR", "adeg")
run(egt03, proc_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.