pinpoint: Determine Identified Influential Cases

Description Usage Arguments References See Also Examples

View source: R/reporter.R

Description

Provide either mutually identified influential cases through IAUC and LAUC or compare with cumulative lift charts to determine which theoretical approach is more appropriate.

Usage

1
pinpoint(inf_list, local_list)

Arguments

inf_list

An IAUC class object

local_list

An LAUC class object

References

Ke, B. S., Chiang, A. J., & Chang, Y. C. I. (2018). Influence Analysis for the Area Under the Receiver Operating Characteristic Curve. Journal of biopharmaceutical statistics, 28(4), 722-734.

See Also

IAUC LAUC

Examples

1
2
3
4
5
library(ROCR)
data("ROCR.simple")
Ioutput <- IAUC(ROCR.simple$predictions, ROCR.simple$labels)
Loutput <- LAUC(ROCR.simple$predictions, ROCR.simple$labels)
pinpoint(Ioutput, Loutput)

influenceAUC documentation built on July 1, 2020, 6 p.m.