Skip to content
Prev 299869 / 398503 Next

Variance Inflation factor

Thanks, all. I will upgrade my R in linux but I suspect the root cause is some set up problem although I don't know how to trace it yet. I am not that familiar with R in Linux. If somebody could give me a clue how to diagnose this kind of problem, that will be great.



HXD
-----Original Message-----
From: R. Michael Weylandt [mailto:michael.weylandt at gmail.com] 
Sent: Wednesday, July 11, 2012 4:04 PM
To: Hui Du
Cc: Jorge I Velez; R-help
Subject: Re: [R] Variance Inflation factor

You're rather out of date with your version of R -- if you want to use
the CRAN binaries provided by install.packages(), you usually have to
be at most one minor rev behind.

Try install.packages("car", type = "source")

But even better -- update to a poppin-fresh R 2.15.1: you get
parallelization, a byte-code-compiler, and all sorts of other goodies.

Best,
Michael
On Wed, Jul 11, 2012 at 5:34 PM, Hui Du <Hui.Du at dataventures.com> wrote: