sensitivity_from_specificity_q | R Documentation |
Based on: https://blog.revolutionanalytics.com/2016/08/roc-curves-in-two-lines-of-code.html
sensitivity_from_specificity_q(Specificity, q)
Specificity |
vector of sensitivities to evaluate |
q |
shape parameter for |
Sensitivity
sensitivity_from_specificity_q(seq(0, 1, 0.1), 0.61)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.