roc {farr}R 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-or-1.

Value

tbl_df


[Package farr version 0.3.0 Index]