Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.78 KB

10thingsafterthat.md

File metadata and controls

20 lines (11 loc) · 1.78 KB

10 things more than the other 10 things

Sorting in R

It's quite common to need to sort a dataset in order to see which areas, people or organisations are doing worst or best.

You can see an example of this in practice (and work on a real dataset) here

Working with SPSS and Stata files

I've written a project here which shows how to grab election survey data in either Stata or SPSS formats and export as CSV.

Reverse engineer an R script by another data journalism

FiveThirtyEight's story The Dollar-And-Cents Case Against Hollywood’s Exclusion of Women was written with the help of R. You can read the methodology behind the story here and on FiveThirtyEight's GitHub repo you will find a folder containing an R script and the data it uses.

Some of the repos for the BBC Data Unit also include R script in RMarkdown: for example look for the Rmd files in this repo for a story about art collections or this RMarkdown file explaining how to work with migration data in R