Description Usage Arguments Value
Compute the ROC curve based on binormal model
1 | binormal_roc(x, mean0, mean1, sigma0, sigma1)
|
x |
numeric vector between 0 and 1 |
mean0 |
numeric value of mean for class label 0 (healthy) |
mean1 |
numeric value of mean for class label 1 (diseased) |
sigma0 |
numeric value of standard deviation for class label 0 (healthy) |
sigma1 |
numeric value of standard deviation for class label 1 (diseased) |
a numeric vector with same dimension as x with the binormal ROC values for specified values x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.