{sherloq} is an R package for detection capability that includes calculations for limit of blank (LoB), limit of detection (LoD), and limit of quantitation (LoQ). The package contains six R functions based on the Clinical & Laboratory Standards Institute (CLSI) EP17 guidelines for detection capability:
- LoB: classical approach (non-parametric and parametric options)
- LoD: classical approach
- LoD: precision profile approach
- LoD: probit approach
- LoQ: functional sensitivity approach
- LoQ: total error approach
vignettes contains a vignette with a demonstration of how to use {sherloq}.
R folder contains the R functions.
man contains documentation files (generated by roxygen2) for each R file. For example, run ?LoB to view the help page for the LoB function.
tests/testthat contains unit tests. Run devtools::test() to run all tests in this folder.