Skip to contents

Nonnegative values are considered to be above the LLOQ. NA values are ignored.

Usage

estimate_lloq(x)

Arguments

x

The numeric vector to use for estimation of the LLOQ

Value

The lowest, nonzero value from x. If all are NA or zero, 1 is returned, and a warning is issued.

See also

Examples

estimate_lloq(c(NA, 0, 2, 5))
#> [1] 2