Learn R Programming

BayesianFROC (version 1.0.0)

AFROC_curve: FROC curve as an embedding map

Description

FROC curve as an embedding map

Usage

AFROC_curve(x, a = 0.13, b = 0.19)

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

Value

none

Details

Technique of plotting AFROC is difficult because it has two points in which the gradients are infinity and it causes the following warinings. Revised 2019 Nov. 20

Warning messages: 1: In stats::qnorm(exp(1 - x)) : NaNs produced 2: In stats::qnorm(exp(1 - x)) : NaNs produced 3: Removed 50 rows containing missing values (geom_path).

Examples

Run this code
# NOT RUN {
# This function is under construction.
x <- runif(1000,1,10)
y <- AFROC_curve(x)
plot(x,y)


# }

Run the code above in your browser using DataLab