Articles by Françoisn - f@briatte.org

French R conference sponsors

July 12, 2019 | Françoisn - f@briatte.org

As a complement to the previous note, I have collected every single entity that sponsored a national R conference in France over the last decade. The data include 9 conferences, plus a forthcoming one. For each conference, the number of sponsors varies between 8 and 46, and the number of organising sponsors varies ... [Read more...]

Stata 16, as seen from R

June 27, 2019 | Françoisn - f@briatte.org

This note takes a look at some of the new features in Stata 16, which was released this month, and compares those to their R equivalents. Some personal background For background, Stata is the first statistical software that I learnt in depth. I have... [Read more...]

Asking R questions

July 23, 2017 | Françoisn - f@briatte.org

This note lists a few places where one can ask R-related questions and get an answer, usually in no more than a few hours. Why Anyone who has learnt a programming language has a history of questions that they have asked to: themselves – usually f... [Read more...]

Asking R questions

July 23, 2017 | Françoisn - f@briatte.org

This note lists a few places where one can ask R-related questions and get an answer, usually in no more than a few hours. Why Anyone who has learnt a programming language has a history of questions that they have asked to: themselves – usually followed by a lot of documentation ... [Read more...]

R as a data science language

January 4, 2017 | Françoisn - f@briatte.org

The R language is a ‘DSL’ – a domain-specific language. The domain that it deals with, however, is not well-defined. In this note, I call R a “data science language” and link to a few resources that make the point better than I could. R as a domain-specific language A few ... [Read more...]

Turning KML into tidy data frames

December 30, 2016 | Françoisn - f@briatte.org

This note briefly introduces the tidykml package, which turns basic KML geometries into tidy data frames that can be visualized with ggplot2. Summary The tidykml package provides a quick way to import data from Google My Maps into R, in a format that makes it easy to manipulate the data ... [Read more...]

Scraping Web sources: Two illustrations

December 13, 2016 | Françoisn - f@briatte.org

Per request from a couple of students in a course on open data that I contribute to, here’s a short guide to the “why” and “how” questions about (Web) scraping, with links to examples to illustrate the usefulness of the technique. What is scraping? (Web) Scraping consists in writing ...
[Read more...]

Remember to use the RDS format

December 11, 2016 | Françoisn - f@briatte.org

Note to self – Remember to serialize R objects as RDS files when it makes sense. Importing Stata data into R The European Social Survey recently announced that it had added Round 7 of its survey to its cumulative dataset, which can be downloaded in CSV, SPSS or Stata format. While my ... [Read more...]

Compiling the ggplot2 book on Mac OS

December 9, 2016 | Françoisn - f@briatte.org

This note explains to compile Hadley Wickham’s ggplot2 book on Mac OS. This guide has 8 steps. If you have already installed R and RStudio, you should be able to get through Steps 1-4 very quickly. Similarly, if you use Git, Steps 5-6 should also be very straightforward. The longest ... [Read more...]

One year of R / Notes

September 20, 2016 | Françoisn - f@briatte.org

My collection of R notes is now slightly over one year old. This note reflects on how useful the exercise of blogging about R has been so far, and answers some of the questions that I have received about it. Blogging about R I created my collection of R notes ... [Read more...]
1 2

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)