find_area_q(area, ..., n_points = 101)

Arguments

area

area to match

...

not used, force later arguments to bind by name

n_points

how many points to use to estimte area.

Value

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

Examples

find_area_q(0.75)
#> [1] 0.6070228