powered by
Prints the summary of rocit object.
# S3 method for rocit summary(object, ... = NULL)
An object of class rocit, returned by rocit function.
rocit
NULL. Used for S3 generic/method consistency.
NULL
rocit, print.rocit
print.rocit
data("Diabetes") roc_empirical <- rocit(score = Diabetes$chol, class = Diabetes$dtest, negref = "-") # --------------------- summary(roc_empirical)
Run the code above in your browser using DataLab