Re: [R] using vif from package "car" - "aliased coefficients in the model"

2011-09-13 Thread Dimitri Liakhovitski
John, you were right. After I checked: I had MORE predictors that entered the model than predictors that were left in and that show up in in summary(myreg)$coeff). That means, some of the predictors were kicked out from the results. I have rerun my lm with all the predictors left in and then vif wo

Re: [R] using vif from package "car" - "aliased coefficients in the model"

2011-09-13 Thread John Fox
Dear Dimitri, > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Dimitri Liakhovitski > Sent: September-13-11 10:29 AM > To: r-help > Subject: [R] using vif from package "car" - "aliased coefficients in > the model" > > Hello! >