Extract between-reader between-modality pairs of scores
extractPairedComparisonsBRBM(
data0,
modalities = c("testA", "testB"),
keyColumns = list(readerID = "readerID", caseID = "caseID", modalityID = "modalityID",
score = "score")
)
A data frame of all paired observations. Each observation comes from a pair of readers evaluating a case in two modalities. The first column corresponds to one reader evaluating the case in testA. The second column corresonds to the other reader evaluating the case in testB.
This data frame includes columns for readerID, caseID, modalityID, score.
The modalities (testA, testB) for the scores to be paired
This list identifies the column names of the data frame to be used for the analysis. list(readerID = "***", caseID = "***", modalityID = "***", score = "***", truth="***")