If method = "1T-RRRC"
the return value is a
list with the following elements:
fomCADThe observed FOM for CAD.
fomRADThe observed FOM array for the readers.
avgRadFomThe average FOM of the readers.
avgDiffFomThe mean of the difference FOM, RAD - CAD.
ciAvgDiffFomThe 95-percent CI of the average difference, RAD - CAD.
varRThe variance of the radiologists.
varErrorThe variance of the error term in the single-treatment
multiple-reader OR model.
cov2The covariance of the error term.
tstatThe observed value of the t-statistic; it's square is
equivalent to an F-statistic.
dfThe degrees of freedom of the t-statistic.
pvalThe p-value for rejecting the NH.
PlotsIf argument plots = TRUE, a ggplot object
containing empirical operating characteristics
corresponding to specified FOM. For example, if FOM
=
"Wilcoxon"
an ROC plot object
is produced where reader 1 is CAD. If an LROC FOM is selected, an LROC
plot is displayed.
If method = "2T-RRRC" the return value is a list
with the following elements:
fomCADThe observed FOM for CAD.
fomRADThe observed FOM array for the readers.
avgRadFomThe average FOM of the readers.
avgDiffFomThe mean of the difference FOM, RAD - CAD.
ciDiffFomA data frame containing the statistics associated
with the average difference, RAD - CAD.
ciAvgRdrEachTrtA data frame containing the statistics
associated with the average FOM in each "treatment".
varRThe variance of the pure reader term in the OR model.
varTRThe variance of the treatment-reader term error
term in the OR model.
cov1The covariance1 of the error term - same reader,
different treatments.
cov2The covariance2 of the error term -
different readers, same treatment.
cov3The covariance3 of the error term - different readers,
different treatments.
varErrorThe variance of the pure error term in the OR model.
FStatThe observed value of the F-statistic.
ndfThe numerator degrees of freedom of the F-statistic.
ddfThe denominator degrees of freedom of the F-statistic.
pvalThe p-value for rejecting the NH.
Plotssee above.