Learn R Programming

RJafroc (version 0.0.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

Examples

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

Run the code above in your browser using DataLab