Estimated error of prediction, assuming multivariate normality

gmsep(model)

Arguments

model
an object of class lm

Value

GMSEP

Examples

model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars) gmsep(model)
#> [1] 8.18104