View source: R/limitsOfAgreement.R
getBRBM | R Documentation |
Get between-reader, between-modality paired data from an MRMC data frame
getBRBM(mcsData, modality.X, modality.Y)
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. |
If modality.Y = modality.X, then the data would be between-reader, within-modality (BRWM).
The result of merging the modality.X and modality.Y subsets of mcsData by caseID for every pair of readers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.