Learn R Programming

farr (version 0.2.39)

roc: A function returning data for a ROC plot.

Description

A function returning data for a ROC plot.

Usage

roc(scores, response)

Value

tbl_df

Arguments

scores

Probability that response is true or 1.

response

Responses coded as logical or 0-or-1.