Get between-reader, between-modality paired data from an MRMC data frame
getBRBM(mcsData, modality.X, modality.Y)
The result of merging the modality.X and modality.Y subsets of mcsData by caseID for every pair of readers
A data frame with the following columns: readerID, caseID, modalityID, score
The name of one modality
The name of one modality.
If modality.Y = modality.X, then the data would be between-reader, within-modality (BRWM).