Learn R Programming

RJafroc (version 1.3.2)

UtilVarComponentsOR: Utility for Obuchowski-Rockette variance components

Description

Utility for Obuchowski-Rockette variance components

Usage

UtilVarComponentsOR(
  dataset,
  FOM,
  FPFValue = 0.2,
  covEstMethod = "Jackknife",
  nBoots = 200
)

Arguments

dataset

The dataset object

FOM

The figure of merit

FPFValue

Only needed for LROC data and FOM = "PCL" or "ALROC"; where to evaluate a partial curve based figure of merit. The default is 0.2.

covEstMethod

The covariance estimation method, "jackknife" (the default) or "bootstrap".

nBoots

The number of bootstraps, defaults to 200

Value

A list object containing the variance components.

Details

The variance components are obtained using StSignificanceTesting with method = "ORH".

Examples

Run this code
# NOT RUN {
UtilVarComponentsOR(dataset02, FOM = "Wilcoxon")$varComp

  
# }

Run the code above in your browser using DataLab