Skip to content

Latest commit

 

History

History
executable file
·
8 lines (7 loc) · 656 Bytes

README.md

File metadata and controls

executable file
·
8 lines (7 loc) · 656 Bytes

dtComb

Development of a Comprehensive R Library for Combining Diagnostic Tests

This package was developed to combine two diagnostic tests using a various of approaches including statistical and machine learning-based methodologies. These approaches are divided into four groups: linear combination methods, non-linear combination methods, mathematical operators, and machine learning algorithms. Detailed documentation is at https://cran.r-project.org/web/packages/dtComb/vignettes/vignettedtComb.pdf.

Install the current release from CRAN:

install.packages('dtComb')