calculate_auc: This function calculates different estimates related to AUC

Description Usage Arguments Value Author(s) Examples

Description

This function calculates variance of predicted AUC, logit of predicted AUC, and variance of logit of predicted AUC responses passed

Usage

1

Arguments

x

A formula object with two vector responses (For e.g., y1 ~ y2) or a vector of responses.

y

A vector of responses.

data

An R dataframe object.

Value

A list of AUC estimates.

Author(s)

Som Bohora

Examples

1
2
calculate_auc(mpg ~ am, data = datasets::mtcars)
calculate_auc(datasets::iris$Sepal.Length, datasets::iris$Petal.Length)

sbohora/sAUC documentation built on May 29, 2019, 3:23 p.m.