I would like to ask if you know any R packages with data to do linear econometric model (least squares method). I must have 5-7 variables (some of them can occur insignificant later). I should check heteroscedascity, autocorelation, catalysis etc. Mayby you can recommend me data from other source f.e. other math program data package?
Share
A cool package on CRAN: http://cran.r-project.org/web/packages/HistData/index.html
[Insert apologies for shameless self-promotion here] You could also use the
WDIpackage to download data from the World Bank’s World Development indicators. For instance, here’s a least squares regression of GDP per capita on trade as a % of GDP and the density of a country’s road network.You can search for new data with keywords:
http://cran.r-project.org/web/packages/WDI/index.html