Skip to contents

Subjects with dose reduction

Usage

dose_red_sbs(obj, analyte = NULL)

Arguments

obj

A NIF object object.

analyte

The analyte of interest as string. considers all analytes if analyte is NULL (default).

Value

A data frame with the ID and, if available, the USUBJID of subjects with dose reductions.

Examples

dose_red_sbs(examplinib_poc_nif)
#> # A tibble: 25 × 2
#>       ID USUBJID          
#>    <dbl> <chr>            
#>  1     1 20230000221010001
#>  2     3 20230000221010005
#>  3     9 20230000221020006
#>  4    10 20230000221020007
#>  5    17 20230000221030004
#>  6    19 20230000221030007
#>  7    20 20230000221030008
#>  8    21 20230000221030009
#>  9    22 20230000221030010
#> 10    29 20230000221040002
#> # ℹ 15 more rows