Adjusts one or two diagnostic cut-points using a coefficient of variation (CV) to account for measurement uncertainty. When a single cut-point is provided, it is expanded into a confidence interval based on the expected assay precision. When two cut-points are given (e.g. for defining an indeterminate or equivocal zone), each is adjusted independently: the lower cut-point defines the lower bound, and the upper cut-point defines the upper bound of the resulting interval. This is useful when applying classification rules to continuous biomarker values under analytical variability.
Usage
cv_cutpts(cutpts, cv, dist = c("lognormal", "normal"), level = 0.95)