From deep learning to clean_names(), resources from Data Journalism in R
Books to check out
- Deep Learning in R
- This text is from by Francois Chollet and J. J. Allaire. The authors cover these topics in-depth with plenty of code examples.
- Analyzing Baseball Data in R 2nd Edition
- We love the second edition of this text because 1) it updated everything from the first edition to
tidyverse
functions, and 2) Ben Baumer was added as a co-author.
- We love the second edition of this text because 1) it updated everything from the first edition to
- Data Visualization – a practical introduction
Articles to read
- Ever get your data in a PDF and need to wrangle it in R? Check out How did Axios rectangle Trump’s PDF schedule? A try with R.
- YouTube decided to pull ads on videos that they deemed were anti-vaccination (or advocated against vaccinations). See this Buzzfeed article to learn more.
- If you want great coverage of Politics and R, check out R for Political Data. This article is part of a weekly series published by G. Elliott Morris from The Economist.
New software & tools
- This package is not necessarily new, but I feel it needs more attention than it’s been getting. The janitor package “has simple functions for examining and cleaning dirty data. It was built with beginning and intermediate R users in mind and is optimized for user-friendliness.” The
clean_names()
function is a life-saver. - Do you do everything inside RStudio? I try to, and now I can use Python without ever leaving the comfort of my IDE thanks to the reticulate package. Check out the tutorial on RStudio here.
- If you ever have the pleasure of using regular expressions, check out
regexplain
, an excellent RStudio Add-In.
Courses/moocs
- Jeff Leek, Lucy D’Agostino McGowan, and Elizabeth Matsui have released a course on leanpub, “Understanding data and statistics in the medical literature.” Just about anything Jeff Leek touches turns into gold (see his Chromebook Data Science course), so expect awesomeness.
- This great Python course on Github, Algorithms – Lede 2018. Lots of materials and documentation.
- The
#TidyTuesday
posts are an outstanding addition to Twitter, but you can also check out this list of videos on YouTube.
Stuff to listen to
- Julia Silge was on Data Skeptic talking about Data mining in R.
- Do you ever wonder where all this sh!t came from? The Command Line Heroes podcast has a great history of technology. Check out Press Start: How Gaming Shapes Development
- fivethirtyeight science writer Christie Aschwanden was interviewed on Stats & Stories about her newly released book on exercise recovery titled, “Good to Go: What the Athlete in All of Us Can Learn from the Strange Science of Recovery.”
Latest posts by Martin Frigaard (see all)
- Getting started with stringr for textual analysis in R - February 8, 2024
- How to calculate a rolling average in R - June 22, 2020
- Update: How to geocode a CSV of addresses in R - June 13, 2020