powered by
The area over the Regression Error Characteristic curve is a measure of the expected error for the regression model.
scoreREC(object)
An object of class ModelAudit.
an object of class scoreAudit
J. Bi, and K. P. Bennet, "Regression error characteristic curves," in Proc. 20th Int. Conf. Machine Learning, Washington DC, 2003, pp. 43-50
plotREC
# NOT RUN { library(car) lm_model <- lm(prestige~education + women + income, data = Prestige) lm_au <- audit(lm_model, data = Prestige, y = Prestige$prestige) scoreREC(lm_au) # }
Run the code above in your browser using DataLab