| estimate_lloq | R Documentation |
Nonnegative values are considered to be above the LLOQ. NA values are
ignored.
estimate_lloq(x)
x |
The numeric vector to use for estimation of the LLOQ |
The lowest, nonzero value from x. If all are NA or
zero, 1 is returned, and a warning is issued.
Other BLQ Transformation:
blq_trans(),
breaks_blq_general(),
ftrans_blq_linear(),
itrans_blq_linear(),
label_blq()
estimate_lloq(c(NA, 0, 2, 5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.