getBRBM {iMRMC} | R Documentation |
Get between-reader, between-modality paired data from an MRMC data frame
Description
Get between-reader, between-modality paired data from an MRMC data frame
Usage
getBRBM(mcsData, modality.X, modality.Y)
Arguments
mcsData |
A data frame with the following columns: readerID, caseID, modalityID, score |
modality.X |
The name of one modality |
modality.Y |
The name of one modality. |
Details
If modality.Y = modality.X, then the data would be between-reader, within-modality (BRWM).
Value
The result of merging the modality.X and modality.Y subsets of mcsData by caseID for every pair of readers
[Package iMRMC version 2.0.0 Index]