binormal_roc: Binormal ROC curve

Description Usage Arguments Value

View source: R/miscelaneous.R

Description

Compute the ROC curve based on binormal model

Usage

1
binormal_roc(x, mean0, mean1, sigma0, sigma1)

Arguments

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)

Value

a numeric vector with same dimension as x with the binormal ROC values for specified values x


tamytsujimoto/surveyROC documentation built on Sept. 8, 2021, 11:35 p.m.