Learn R Programming

BayesianFROC (version 0.2.1)

AFROC: AFROC curve

Description

AFROC curve

Usage

AFROC(x, a = 0.13, b = 0.19, x.coordinate.also = FALSE)

Arguments

x

A real number which moves in the domain of FROC curve

a

a generated parameter of model which characterize AFROC curve

b

a generated parameter of model which characterize AFROC curve

x.coordinate.also

Logical, whether a vector of 1-exp(-x) is included in a return value.

Value

A list, contains two vectors of x,y cooridinates for drawing curves. Or A vector, of y coodinate only, (x coodinates is omitted.)

Examples

Run this code
# NOT RUN {

     AFROC(stats::runif(1000,3,100),x.coordinate.also=TRUE)



# }

Run the code above in your browser using DataLab