> library(car) > vif(fit) Population Illiteracy Income Frost #若是值大於10,則通常存在嚴重的多重共線性問題 1.245282 2.165848 1.345822 2.082547 > sqrt(vif(fit)) > 2 # problem? Population Illiteracy Income Frost #結果代表不存在多重共線性問題 FALSE FALSE FALSE FALSE
> library(car)
> vif(fit)
Population Illiteracy Income Frost #若是值大於10,則通常存在嚴重的多重共線性問題
1.245282 2.165848 1.345822 2.082547
> sqrt(vif(fit)) > 2 # problem?
Population Illiteracy Income Frost #結果代表不存在多重共線性問題
FALSE FALSE FALSE FALSE