powered by
Root Mean Square Error.
scoreRMSE(object)
An object of class ModelAudit.
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) scoreRMSE(lm_au) # }
Run the code above in your browser using DataLab