powered by
AFROC curve
AFROC(x, a = 0.13, b = 0.19, x.coordinate.also = FALSE)
A real number which moves in the domain of FROC curve
a generated parameter of model which characterize AFROC curve
Logical, whether a vector of 1-exp(-x) is included in a return value.
1-exp(-x)
A list, contains two vectors of x,y cooridinates for drawing curves. Or A vector, of y coodinate only, (x coodinates is omitted.)
# NOT RUN { AFROC(stats::runif(1000,3,100),x.coordinate.also=TRUE) # }
Run the code above in your browser using DataLab