PRESS tells you how well the model will predict new data.
press(model)
lm
PRESS Statistic
model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars) press(model)#> [1] 257.8314