Read a disk file and create an ROC or FROC dataset object

DfReadSP(fileName)

Arguments

fileName

A string specifying the name of the file.

Value

A dataset with the structure specified in

RJafroc-package.

Examples

fileName <- system.file("extdata", "toyFiles/ROC/rocCr.xlsx",
package = "RJafroc", mustWork = TRUE)
ds <- DfReadSP(fileName)