auc: Compute AUC

View source: R/qgg_utility_functions.R

aucR Documentation

Compute AUC

Description

Compute Area Under the Curve (AUC)

Usage

auc(yobs = NULL, ypred = NULL)

Arguments

yobs

is a vector of observed phenotypes

ypred

is a vector of predicted phenotypes


qgg documentation built on Sept. 8, 2023, 5:52 p.m.

Related to auc in qgg...