summary.rocit: Summary of rocit object

View source: R/SummaryRocit.R

summary.rocitR 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)



ROCit documentation built on May 29, 2024, 2:15 a.m.