powered by
Simulates an uncorrelated binormal model ROC factorial dataset
SimulateRocDataset(I = 1, J = 1, K1, K2, a, b, seed = NULL)
An ROC dataset
The number of modalities, default is 1
The number of readers, default is 1
The number of non-diseased cases
The number of diseased cases
The \(a\) parameter of the binormal model
The \(b\) parameter of the binormal model
The initial seed, default is NULL, which results in a random seed
See book Chapter 6 for details
Chakraborty DP (2017) Observer Performance Methods for Diagnostic Imaging - Foundations, Modeling, and Applications with R-Based Examples, CRC Press, Boca Raton, FL. https://www.routledge.com/Observer-Performance-Methods-for-Diagnostic-Imaging-Foundations-Modeling/Chakraborty/p/book/9781482214840
K1 <- 5;K2 <- 7;a <- 1.5;b <- 0.5 rocDataRaw <- SimulateRocDataset(K1 = K1, K2 = K2, a = a, b = b)
Run the code above in your browser using DataLab