Skip to contents

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

Format

An object of class chevron_t of length 1.

Arguments

adam_db

(list of data.frames) object containing the ADaM datasets

arm_var

(string) variable used for column splitting

lbl_overall

(string) label used for overall column, if set to NULL the overall column is omitted

exclude_base_abn

(flag) whether baseline abnormality should be excluded.

...

not used.

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.

Functions

  • vst02_2_main(): Main TLG function

Note

  • adam_db object must contain an advs table with the "PARAM", "ANRIND" and "BNRIND" columns.

Examples

run(vst02_2, syn_data)
#>   Assessment                  A: Drug X      B: Placebo    C: Combination
#>    Abnormality                  (N=15)         (N=15)          (N=15)    
#>   ———————————————————————————————————————————————————————————————————————
#>   Diastolic Blood Pressure                                               
#>     Low                      4/13 (30.8%)    5/10 (50%)     7/13 (53.8%) 
#>     High                     5/14 (35.7%)    7/14 (50%)      9/12 (75%)  
#>   Pulse Rate                                                             
#>     Low                      5/12 (41.7%)   3/13 (23.1%)    6/14 (42.9%) 
#>     High                     7/15 (46.7%)   5/12 (41.7%)    6/14 (42.9%) 
#>   Respiratory Rate                                                       
#>     Low                      5/13 (38.5%)   6/14 (42.9%)    5/15 (33.3%) 
#>     High                     6/14 (42.9%)   4/15 (26.7%)    8/15 (53.3%) 
#>   Systolic Blood Pressure                                                
#>     Low                      5/13 (38.5%)   9/14 (64.3%)    4/15 (26.7%) 
#>     High                      7/14 (50%)    8/15 (53.3%)    4/13 (30.8%) 
#>   Temperature                                                            
#>     Low                      4/13 (30.8%)   6/13 (46.2%)     9/15 (60%)  
#>     High                      9/15 (60%)    8/14 (57.1%)    7/13 (53.8%) 
#>   Weight                                                                 
#>     Low                       9/12 (75%)     2/10 (20%)     7/13 (53.8%) 
#>     High                     4/12 (33.3%)   9/14 (64.3%)    7/13 (53.8%)