aiooo
20.09.2014
A data frame with 7 economical variables, observed yearly from 1947 to 1962 (n=16):
This macroeconomic data set which provides a well-known example for a highly collinear regression.
J. W. Longley (1967) An appraisal of least-squares programs from the point of view of the user. Journal of the American Statistical Association 62, 819–841
Collinearity, also called multicollinearity, is a condition where the model's predictors variables are highly intercorrelated. A consequence of this situation is the inability to estimate the model's regression coefficients with acceptable precision. Tehrefore, models with this problem are not considered useful. Heibereger, Holland, Statistical Analysis and Data Display
Collinearity symptoms:
barplot(longley$GNP,
col="#377EB8",
main="GNP",
ylab="GNP",
xlab="Year",
names.arg = longley$Year
)