| pdt02_main | R Documentation |
pdt02 Major Protocol Deviations Related to Epidemic/Pandemic Table.A major protocol deviations table with the number of subjects and the total number of Major Protocol Deviations Related to Epidemic/Pandemic sorted alphabetically and deviations name sorted by frequencies.
pdt02_main(
adam_db,
arm_var = "ARM",
lbl_overall = NULL,
dvreas_var = "DVREAS",
dvterm_var = "DVTERM",
...
)
pdt02_pre(adam_db, ...)
pdt02_post(
tlg,
prune_0 = TRUE,
dvreas_var = "DVREAS",
dvterm_var = "DVTERM",
...
)
pdt02
adam_db |
( |
arm_var |
( |
lbl_overall |
( |
dvreas_var |
( |
dvterm_var |
( |
... |
not used. |
tlg |
( |
prune_0 |
( |
An object of class chevron_t of length 1.
Data should be filtered for major protocol deviations related to epidemic/pandemic.
(AEPRELFL == "Y" & DVCAT == "MAJOR").
Numbers represent absolute numbers of subjects and fraction of N, or absolute numbers when specified.
Remove zero-count rows unless overridden with prune_0 = FALSE.
Split columns by arm.
Does not include a total column by default.
Sort by deviation reason alphabetically and within deviation reason by decreasing total number of patients with the specific deviation term.
the preprocessing function returns a list of data.frame.
the postprocessing function returns an rtables object or an ElementaryTable (null report).
pdt02_main(): Main TLG function
pdt02_pre(): Preprocessing
pdt02_post(): Postprocessing
adam_db object must contain an addv table with the columns specified in dvreas_var and dvterm_var.
run(pdt02, syn_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.