You are here: Symbol Reference > StatTools Namespace > Classes > TBinaryTestTable Class
Stats Master VCL
ContentsIndex
PreviousUpNext
TBinaryTestTable Class

Defines binary test table structure.

StatTools_TBinaryTestTable
Pascal
TBinaryTestTable = class(TPersistent);

Defines 2x2 binary test table structure. An important task in diagnostic is to measure the accuracy of a diagnostic test. This can be done by comparing the test result with the true condition status of a number of patients. The results of such a study can be displayed in a 2-by-2 table in which the true condition is shown as the rows and the diagnostic test result is shown as the columns. 

 

Class 
Diagnostic 
Test 
Results 
True condition 
Positive 
Negative 
Total 
Present(true) 
T1 
T0 
N1 
Absent (false) 
F1 
F0 
N0 
Total 
M1 
M0 
N 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!