laBRBM {iMRMC} | R Documentation |
MRMC analysis of between-reader between-modality limits of agreement
Description
The core analysis is done by ustat11 with the identity kernel (kernelFlag = 1).
Usage
laBRBM(
df,
modalitiesToCompare,
keyColumns = c("readerID", "caseID", "modalityID", "score")
)
Arguments
df |
an iMRMC formatted data frame, see dfMRMC_example |
modalitiesToCompare |
The factors identifying the modalities to compare. |
keyColumns |
Identify the factors corresponding to the readerID, caseID, modalityID, and score (or alternative random and fixed effects). |
[Package iMRMC version 2.0.0 Index]