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                      6/11 (54.5%)    9/15 (60%)      6/12 (50%)  
#>     High                     8/12 (66.7%)   4/11 (36.4%)    7/13 (53.8%) 
#>   Pulse Rate                                                             
#>     Low                       9/15 (60%)     3/15 (20%)     5/13 (38.5%) 
#>     High                     2/14 (14.3%)   4/12 (33.3%)    5/15 (33.3%) 
#>   Respiratory Rate                                                       
#>     Low                      7/9 (77.8%)    7/11 (63.6%)   11/12 (91.7%) 
#>     High                     6/14 (42.9%)   7/11 (63.6%)    9/13 (69.2%) 
#>   Systolic Blood Pressure                                                
#>     Low                      5/13 (38.5%)   8/12 (66.7%)   10/14 (71.4%) 
#>     High                     8/13 (61.5%)   8/13 (61.5%)    8/13 (61.5%) 
#>   Temperature                                                            
#>     Low                       8/10 (80%)    7/9 (77.8%)      8/10 (80%)  
#>     High                      8/8 (100%)    7/8 (87.5%)    12/13 (92.3%) 
#>   Weight                                                                 
#>     Low                       3/15 (20%)     3/15 (20%)     3/14 (21.4%) 
#>     High                     4/14 (28.6%)   4/15 (26.7%)    5/14 (35.7%)