Learn R Programming

sigr (version 1.1.2)

find_area_q: Find area matching polynomial curve.

Description

Based on https://win-vector.com/2020/09/13/why-working-with-auc-is-more-powerful-than-one-might-think/

Usage

find_area_q(area)

Arguments

area

area to match

Value

q that such that curve 1 - (1 - (1-Specificity)^q)^(1/q) matches area

Examples

Run this code
# NOT RUN {
find_area_q(0.75)

# }

Run the code above in your browser using DataLab