powered by
Mean Absolute Error.
scoreMAE(object)
An object of class ModelAudit or modelResiduals.
an object of class scoreAudit
score
# NOT RUN { library(car) lm_model <- lm(prestige~education + women + income, data = Prestige) lm_au <- audit(lm_model, data = Prestige, y = Prestige$prestige) scoreMAE(lm_au) # }
Run the code above in your browser using DataLab