summary.rocit {ROCit}R Documentation

Summary of rocit object

Description

Prints the summary of rocit object.

Usage

## S3 method for class '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

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



[Package ROCit version 2.1.2 Index]