vst02_2_main | R Documentation |
VST02
Vital Sign Abnormalities Table.Vital Sign Parameters outside Normal Limits Among Patients without Abnormality at Baseline.
vst02_2_main(
adam_db,
arm_var = "ACTARM",
lbl_overall = NULL,
exclude_base_abn = TRUE,
...
)
vst02_2
adam_db |
( |
arm_var |
( |
lbl_overall |
( |
exclude_base_abn |
( |
... |
not used. |
An object of class chevron_t
of length 1.
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
.
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).
vst02_2_main()
: Main TLG function
adam_db
object must contain an advs
table with the "PARAM"
, "ANRIND"
and "BNRIND"
columns.
run(vst02_2, syn_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.