Usage
read.file(name.file.csv, header.status = TRUE, separator = ";", decimal = ",",
modality1, testdirection1, modality2, testdirection2, status1,
related = TRUE, status2 = NULL)
Arguments
name.file.csv
Name of the file with data. The file must be in csv or txt format
header.status
Indicates if the file has a header row
separator
Indicates what is the column separator
decimal
Indicates what is the decimal separator
modality1
Name of the column of dataframe that represents the first modality
testdirection1
Indicates the direction of the test for modality 1. If TRUE means that larger test results represent more positive test
modality2
Name of the column of dataframe that represents the second modality
testdirection2
Indicates the direction of the test for modality 2. If TRUE means that larger test results represent more positive test
status1
Name of the column of dataframe that represents the Status 1
related
Boolean parameter that represents if the two modalities are related or not
status2
Name of the column of dataframe that represents the Status 2