scrabble tiles reading 'economics'

Econometric?

A friend (who is an economist) recently (January…I’m clearing drafts) installed R and asked for some pointers. This is just what I sent him, any additions of learning resources, data sources, or/and packages are very welcome.# Economics specific * [A list of useful resources for economists using R]1 (I won’t repeat their stuff here) * Econometrics packages on cran: * This is a list of datasets you already have, if you type “data(swiss)”, for example, it loads the swiss fertility & socioeconomic indicators (1888) data as a dataframe (for interest, this one shows datasets that get downloaded when you install various packages ) * [A blog to ‘show how easy it is to use R in econometric research’ –]2 see r bloggers below for more blogs

General r resources * I would recommend installing ‘[knitr]3

which lets you write integrated R & markdown. * Google is your friend…but also, [Stackoverflow]4 is incredibly useful, there’s a rich set of already answered queries (and often, asked in more than one way), and you can always ask your own question * [r-bloggers]5 collates r blogs, has lots of useful tips, e.g. [this search on economics]6 * [datacamp]7 has a very nice an [interactive web-based r]7 and datascience tutorial * [The r manual]8 is useful (if very dry) * [inside r]9 has lots of interesting things, e.g. * The rstudio online-learning materials are nice * rstudio blog often has interesting bits and pieces

Footnotes

  1. http://www.mayin.org/ajayshah/KB/R/R_for_economists.html

  2. https://diffuseprior.wordpress.com/

  3. http://yihui.name/knitr/

  4. http://stackoverflow.com/questions/tagged/r

  5. http://www.r-bloggers.com/

  6. http://www.r-bloggers.com/?s=economic

  7. https://www.datacamp.com/swirl-r-tutorial 2

  8. http://cran.r-project.org/doc/manuals/r-release/R-intro.html

  9. http://www.inside-r.org/