Check and standardize limits of quantification
define_loq(
lloq = NULL,
uloq = NULL,
pred_corr = FALSE,
pred_corr_lower_bnd = 0,
require_loq
)A list with elements "lloq", "uloq", "cens_limit", "pred_corr",
"pred_corr_lower_bnd", and "cens_type". "cens_limit" indicates the range
for censoring (c(lloq, uloq), NULL if neither is given),
"cens_type" indicates whether the data are "left" censored (low values are
censored, only), "right" (high values are censored, only), "both" (low and
high values are censored), or "neither" (no values are censored).
Number or NULL indicating lower limit of quantification. Default is NULL.
Number or NULL indicating upper limit of quantification. Default is NULL.
perform prediction-correction?
lower bound for the prediction-correction
Is at least one of lloq or uloq required?