Quando um comentário de blog vira um post… e depois um paper.


Resumo da ópera:

1) Matthew Rognlie, estudante do MIT, postou um comentário no Marginal Revolution sobre um problema na obra de Piketty, O Capital no Século 21.

2) O argumento deu origem a alguns posts (I, II e outros) no próprio MR.  E obteve repercussão.

3) Isso acabou virando um artigo para o Brookings Papers on Economic Activity  comentado por economistas de peso, como, por exemplo, o Nobel Robert Solow.

Para uma versão maior da história,  há uma matéria bacana no Washington Post.

 

haven 0.1.0


Dados em SPSS, SAS e Stata? Novo pacote do Hadley chegou ao CRAN para facilitar a sua vida.

RStudio Blog

I’m pleased to announced that the new haven package is now available on CRAN. Haven makes it easy to read data from SAS, SPSS and Stata. Haven has the same goal as the foreign package, but it:

  • Can read binary SAS7BDAT files.
  • Can read Stata13 files.
  • Always returns a data frame.

(Haven also has experimental support for writing SPSS and Stata data. This still has some rough edges but please try it out and report any problems that you find.)

Haven is a binding to the excellent ReadStat C library by Evan Miller. Haven wouldn’t be possible without his hard work – thanks Evan! I’d also like to thank Matt Shotwell who spend a lot of time reverse engineering the SAS binary data format, and Dennis Fisher who tested the SAS code with thousands of SAS files.

Usage

Using haven is easy:

  • Install it, install.packages("haven"),
  • Load it, library(haven)

Ver o post original 416 mais palavras