Learn R Programming

RJafroc (version 0.1.1)

ORHAnalysis: Obuchowski-Rockette analysis with Hillis improvements

Description

Performs Obuchowski-Rockette analysis with Hillis improvements for the specified dataset.

Usage

ORHAnalysis(dataset, fom = "wJAFROC", alpha = 0.05, covEstMethod = "Jackknife", nBoots = 200, option = "ALL")

Arguments

dataset
fom
alpha
covEstMethod
The method used to estimate the covariance matrix; can be "Jackknife", "Bootstrap" or "DeLong", the last assumes the Wilcoxon FOM is chosen, otherwise an error will result.
nBoots
The number of bootstraps (default is 200), used only if the "Bootstrap" method is used to estimate the covariance matrix.
option

Value

The return value is a list with following elements:
fomArray
Figures of merit array. See the return of FigureOfMerit.
msT
Mean square of the figure of merit corresponding to the the treatment effect.
msTR
Mean square of the figure of merit corresponding to the the treatment-reader effect.
varComp
Obuchowski-Rockette variance component and covariance estimates.
fRRRC
See DBMHAnalysis.
ddfRRRC
See DBMHAnalysis.
pRRRC
See DBMHAnalysis.
ciDiffTrtRRRC
See DBMHAnalysis.
ciAvgRdrEachTrtRRRC
See DBMHAnalysis.
fFRRC
See DBMHAnalysis.
ddfFRRC
See DBMHAnalysis.
pFRRC
See DBMHAnalysis.
ciDiffTrtFRRC
See DBMHAnalysis.
ciAvgRdrEachTrtFRRC
See DBMHAnalysis.
ciDiffTrtEachRdr
See DBMHAnalysis.
varCovEachRdr
Obuchowski-Rockette Variance and Cov1 estimates for each reader.
fRRFC
See DBMHAnalysis.
ddfRRFC
See DBMHAnalysis.
pRRFC
See DBMHAnalysis.
ciDiffTrtRRFC
See DBMHAnalysis.
ciAvgRdrEachTrtRRFC
See DBMHAnalysis.

Examples

Run this code
retOR <- ORHAnalysis(rocData, fom = "Wilcoxon")
print(retOR)

Run the code above in your browser using DataLab