summary.rocit: Summary of rocit object

Description Usage Arguments See Also Examples

View source: R/SummaryRocit.R

Description

Prints the summary of rocit object.

Usage

1
2
## 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

1
2
3
4
5
data("Diabetes")
roc_empirical <- rocit(score = Diabetes$chol, class = Diabetes$dtest,
                       negref = "-")
# ---------------------
summary(roc_empirical)

ROCit documentation built on July 1, 2020, 11:28 p.m.