search for: reg_lm

Displaying 1 result from an estimated 1 matches for "reg_lm".

2009 Apr 27
0
VIF's in R using BIGLM
...19.7 6 145.0 175 3.62 2.770 15.50 0 1 5 6 Maserati Bora 15.0 8 301.0 335 3.54 3.570 14.60 0 1 5 8 Volvo 142E 21.4 4 121.0 109 4.11 2.780 18.60 1 1 4 2 Example model: model <- mpg ~ cyl + disp + hp + drat + wt + qsec + vs + am + gear + carb Regression: reg_lm <- lm(model, mtcars) Results: > summary(reg_lm) Call: lm(formula = model, data = mtcars) Residuals: Min 1Q Median 3Q Max -3.4506 -1.6044 -0.1196 1.2193 4.6271 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) 12.30337 18.71788 0.657...