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 April 12, 2025, 1:32 a.m.

Related to auc in qgg...