Learn R Programming

ROCit (version 2.1.1)

summary.rocit: Summary of rocit object

Description

Prints the summary of rocit object.

Usage

# S3 method for rocit
summary(object, ... = NULL)

Arguments

object

An object of class rocit, returned by rocit function.

...

NULL. Used for S3 generic/method consistency.

See Also

rocit, print.rocit

Examples

Run this code
data("Diabetes")
roc_empirical <- rocit(score = Diabetes$chol, class = Diabetes$dtest,
                       negref = "-")
# ---------------------
summary(roc_empirical)


Run the code above in your browser using DataLab