roc: A function returning data for a ROC plot.

View source: R/roc.R

rocR Documentation

A function returning data for a ROC plot.

Description

A function returning data for a ROC plot.

Usage

roc(scores, response)

Arguments

scores

Probability that response is true or 1.

response

Responses coded as logical or 0, 1.

Value

tbl_df


farr documentation built on Feb. 16, 2023, 8:11 p.m.

Related to roc in farr...