Description Usage Arguments Details Value Examples
View source: R/FROC_via_ggplot.R
FROC curve as an embedding map
1 | AFROC_curve(x, a = 0.13, b = 0.19)
|
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 |
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).
none
1 2 3 4 | # This function is under construction.
x <- runif(1000,1,10)
y <- AFROC_curve(x)
plot(x,y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.