Learn R Programming

auditor (version 0.3.0)

scoreRROC: Area Over the Curve for RROC Curves

Description

The area over the Regression Receiver Operating Characteristic.

Usage

scoreRROC(object)

Arguments

object

An object of class ModelAudit.

Value

an object of class scoreAudit

References

Hern<U+00E1>ndez-Orallo, Jos<U+00E9>. 2013. <U+2018>ROC Curves for Regression<U+2019>. Pattern Recognition 46 (12): 3395<U+2013>3411.

See Also

plotRROC

Examples

Run this code
# NOT RUN {
library(car)
lm_model <- lm(prestige~education + women + income, data = Prestige)
lm_au <- audit(lm_model, data = Prestige, y = Prestige$prestige)
scoreRROC(lm_au)


# }

Run the code above in your browser using DataLab