Learn R Programming

influenceAUC (version 0.1.2)

print.IAUC: Show IAUC results

Description

Print IAUC output in detail

Usage

# S3 method for IAUC
print(x, ...)

Arguments

x

An IAUC class object for `print method

...

Not used directly

See Also

IAUC

Examples

Run this code
# NOT RUN {
library(ROCR)
data("ROCR.simple")
Ioutput <- IAUC(ROCR.simple$predictions, ROCR.simple$labels)
print(Ioutput)
# }

Run the code above in your browser using DataLab