VST02
Vital Sign Abnormalities Table.
vst02_2.Rd
Vital Sign Parameters outside Normal Limits Among Patients without Abnormality at Baseline.
Usage
vst02_2_main(
adam_db,
arm_var = "ACTARM",
lbl_overall = NULL,
exclude_base_abn = TRUE,
...
)
vst02_2
Arguments
- adam_db
(
list
ofdata.frames
) object containing theADaM
datasets- arm_var
(
string
) variable used for column splitting- lbl_overall
(
string
) label used for overall column, if set toNULL
the overall column is omitted- exclude_base_abn
(
flag
) whether baseline abnormality should be excluded.- ...
not used.
Details
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
.
Examples
run(vst02_2, syn_data)
#> Assessment A: Drug X B: Placebo C: Combination
#> Abnormality (N=134) (N=134) (N=132)
#> ———————————————————————————————————————————————————————————————————————————
#> Diastolic Blood Pressure
#> Low 55/120 (45.8%) 60/121 (49.6%) 53/118 (44.9%)
#> High 55/113 (48.7%) 56/123 (45.5%) 52/119 (43.7%)
#> Pulse Rate
#> Low 66/125 (52.8%) 54/121 (44.6%) 55/118 (46.6%)
#> High 52/119 (43.7%) 59/119 (49.6%) 38/117 (32.5%)
#> Respiratory Rate
#> Low 59/123 (48%) 56/118 (47.5%) 50/118 (42.4%)
#> High 65/124 (52.4%) 58/127 (45.7%) 57/118 (48.3%)
#> Systolic Blood Pressure
#> Low 53/116 (45.7%) 55/120 (45.8%) 58/120 (48.3%)
#> High 65/121 (53.7%) 53/125 (42.4%) 56/124 (45.2%)
#> Temperature
#> Low 51/119 (42.9%) 53/119 (44.5%) 64/115 (55.7%)
#> High 61/128 (47.7%) 53/121 (43.8%) 59/122 (48.4%)
#> Weight
#> Low 59/120 (49.2%) 54/117 (46.2%) 63/119 (52.9%)
#> High 58/123 (47.2%) 61/121 (50.4%) 55/113 (48.7%)