Vital Sign Parameters outside Normal Limits Regardless of Abnormality at Baseline.
Usage
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
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.
- tlg
(
TableTree
,Listing
orggplot
) object typically produced by amain
function.- prune_0
(
flag
) remove 0 count rows
Value
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).
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_1, syn_data)
#> Assessment A: Drug X B: Placebo C: Combination
#> Abnormality (N=15) (N=15) (N=15)
#> ————————————————————————————————————————————————————————————————————————
#> Diastolic Blood Pressure
#> Low 6/15 (40%) 10/15 (66.7%) 9/15 (60%)
#> High 6/15 (40%) 8/15 (53.3%) 12/15 (80%)
#> Pulse Rate
#> Low 8/15 (53.3%) 5/15 (33.3%) 7/15 (46.7%)
#> High 7/15 (46.7%) 8/15 (53.3%) 7/15 (46.7%)
#> Respiratory Rate
#> Low 7/15 (46.7%) 7/15 (46.7%) 5/15 (33.3%)
#> High 7/15 (46.7%) 4/15 (26.7%) 8/15 (53.3%)
#> Systolic Blood Pressure
#> Low 7/15 (46.7%) 10/15 (66.7%) 4/15 (26.7%)
#> High 8/15 (53.3%) 8/15 (53.3%) 6/15 (40%)
#> Temperature
#> Low 6/15 (40%) 8/15 (53.3%) 9/15 (60%)
#> High 9/15 (60%) 9/15 (60%) 9/15 (60%)
#> Weight
#> Low 12/15 (80%) 7/15 (46.7%) 9/15 (60%)
#> High 7/15 (46.7%) 10/15 (66.7%) 9/15 (60%)