Development of a Comprehensive R Library for Combining DiagnosticTests
This package was developed to combine two diagnostic tests using avarious of approaches including statistical and machine learning-basedmethodologies. These approaches are divided into four groups: linearcombination methods, non-linear combination methods, mathematicaloperators, and machine learning algorithms. Detailed documentation is athttps://cran.r-project.org/web/packages/dtComb/vignettes/vignettedtComb.pdf.### URL for dtComb web tool: https://biotools.erciyes.edu.tr/dtComb/ ##Install the current release from CRAN: ```rinstall.packages(‘dtComb’)