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