View source: R/utilityFunctions.R
extractPairedComparisonsBRBM | R Documentation |
Extract between-reader between-modality pairs of scores
extractPairedComparisonsBRBM(
data0,
modalities = c("testA", "testB"),
keyColumns = list(readerID = "readerID", caseID = "caseID", modalityID = "modalityID",
score = "score")
)
data0 |
This data frame includes columns for readerID, caseID, modalityID, score. |
modalities |
The modalities (testA, testB) for the scores to be paired |
keyColumns |
This list identifies the column names of the data frame to be used for the analysis. list(readerID = "***", caseID = "***", modalityID = "***", score = "***", truth="***") |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.