isValidDataset.Rd
Checks the validity of a specified dataset for FOM and other input parameters.
isValidDataset(
dataset,
FOM,
method = "OR",
covEstMethod = "jackknife",
analysisOption = "RRRC"
)
The dataset object to be checked.
The figure of merit.
The analysis method "OR" (default) or "DBM".
The covariance estimation method "jackknife" (default), "bootstrap" or "DeLong" (for an ROC dataset).
Specification of the random factor(s): "RRRC" (default), "RRFC", or "FRRC.
None.