Skip to contents

[Stable]

Description function that produces the labels for s_count_abnormal_by_baseline().

Usage

d_count_abnormal_by_baseline(abnormal)

Arguments

abnormal

(character)
values identifying the abnormal range level(s) in .var.

Value

Abnormal category labels for s_count_abnormal_by_baseline().

Examples

d_count_abnormal_by_baseline("LOW")
#> $not_abnormal
#> [1] "Not low"
#> 
#> $abnormal
#> [1] "Low"
#> 
#> $total
#> [1] "Total"
#>