isValidDataset: Check the validity of a dataset for FOM and other input...

View source: R/isValidDataset.R

isValidDatasetR Documentation

Check the validity of a dataset for FOM and other input parameters

Description

Checks the validity of a specified dataset for FOM and other input parameters.

Usage

isValidDataset(
  dataset,
  FOM,
  method = "OR",
  covEstMethod = "jackknife",
  analysisOption = "RRRC"
)

Arguments

dataset

The dataset object to be checked.

FOM

The figure of merit.

method

The analysis method "OR" (default) or "DBM".

covEstMethod

The covariance estimation method "jackknife" (default), "bootstrap" or "DeLong" (for an ROC dataset).

analysisOption

Specification of the random factor(s): "RRRC" (default), "RRFC", or "FRRC.

Value

None.


dpc10ster/rjafroc-master documentation built on Jan. 31, 2024, 1:07 p.m.