powered by
Compute residual standard error of linear models.
performance_rse(model)
Numeric, the residual standard error of model.
model
A model.
The residual standard error is the square root of the residual sum of squares divided by the residual degrees of freedom.
data(mtcars) m <- lm(mpg ~ hp + gear, data = mtcars) performance_rse(m)
Run the code above in your browser using DataLab