# NOT RUN {
## Extract the data corresponding to the second reader in the
## first modality from an include ROC dataset
dataset1_2 <- DfExtractDataset(dataset05, trts = 1, rdrs = 2)
## Extract the data of the first and third reader in all modality from the include ROC dataset
datasetA_123 <- DfExtractDataset(dataset05, rdrs = c(1, 3))
# }
Run the code above in your browser using DataLab