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

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.