getWRBM: Get within-reader, between-modality paired data from an MRMC...

View source: R/limitsOfAgreement.R

getWRBMR Documentation

Get within-reader, between-modality paired data from an MRMC data file

Description

Get within-reader, between-modality paired data from an MRMC data file

Usage

getWRBM(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. This should be different from modality.X

Value

The result of merging the modality.X and modality.Y subsets of mcsData by readerID and caseID


iMRMC documentation built on May 31, 2023, 8:36 p.m.

Related to getWRBM in iMRMC...