VST02 Vital Sign Abnormalities Table.Vital Sign Parameters outside Normal Limits Regardless of Abnormality at Baseline.
vst02_1_main(
adam_db,
arm_var = "ACTARM",
lbl_overall = NULL,
exclude_base_abn = FALSE,
...
)vst02_pre(adam_db, ...)
vst02_post(tlg, prune_0 = FALSE, ...)
vst02_1
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).
An object of class chevron_t of length 1.
(list of data.frames) object containing the ADaM datasets
(string) variable used for column splitting
(string) label used for overall column, if set to NULL the overall column is omitted
(flag) whether baseline abnormality should be excluded.
not used.
(TableTree, Listing or ggplot) object typically produced by a main function.
(flag) remove 0 count rows
vst02_1_main(): Main TLG function
vst02_pre(): Preprocessing
vst02_post(): Postprocessing
Only count LOW or HIGH values.
Results of "LOW LOW" are treated as the same as "LOW", and "HIGH HIGH" the same as "HIGH".
Does not include a total column by default.
Does not remove zero-count rows unless overridden with prune_0 = TRUE.