c For FORMAT A, the inputted dataset must be structured as follows: c NOTE_1: The user must specify the format statement for reading in c the data. The format statement that the user must modify is clearly c labeled in the beginning of the main body of the program. We hope that c this approach to data entry will make this program easier to use. c NOTE_2: All input should be right-justified. c c Line 1, column 2: 0 or 1 c 0 if high values of the confidence score indicate higher suspicion c for the condition; 1 if low values of the confidence score indicate c higher suspicion for the condition. c Line 1, column 4: 0 or 1 c 0 if the confidence scores are integer values; 1 if the confidence c scores are continuous values. c Line 2, columns 2-4: integer value (current maximum is 500) c number of patients without the condition c Line 3, column 2: 2 or 3 c number of diagnostic tests (or modalities) c Line 4, column 1-2: integer value (current maximum is 15) c number of readers c Line 5, columns 2-4: integer value (current maximum is 500) c number of patients with the condition c Line 6, first field c confidence score for reader 1, diagnostic test 1, normal pt 1 c Line 6, second field c confidence score for reader 1, diagnostic test 2, normal pt 1 c Line 6, third field (if applicable) c confidence score for reader 1, diagnostic test 3, normal pt 1 c Line 7, first field c confidence score for reader 1, diagnostic test 1, normal pt 2 c Line 7, second field c confidence score for reader 1, diagnostic test 2, normal pt 2 c Line 7, third field (if applicable) c confidence score for reader 1, diagnostic test 3, normal pt 2 c c Continue with all normal patients (i.e. pts without the condition), c followed by all abnormal patients (i.e. pts with the condition). c Then use this same format for all readers. c c See the two example datasets named formAordin.dat and formAcont.dat. c