powered by
The area over the Regression Receiver Operating Characteristic.
scoreRROC(object)
An object of class ModelAudit.
an object of class scoreAudit
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.
plotRROC
# 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