Data Science Resources
Resources to learn data science using R
Courses
-
Data Science: R Basics: This course by Harvard University is a part of a 9 course Data Science Certificate. The certificate is recommended for those who are interested in learning ML and Statistics.
- Dataquest R Courses: Dataquest helps you learn R coding in an interactive manner. Check out their free courses:
-
Swirl: Learn R interactively within R Studio: The swirl R package is a fun and easy way to learn data wrangling using R.
-
R Bootcamp: This short course illustrates the basics of
ggplot
,dplyr
,tidyr
andbroom
.
Books
-
R For Data Science: An intro to
R
and illustrates the components of theData Science pipeline
. -
Hands-On Programming with R: Highlights the programmatic aspects of
R
language. -
Cookbook for R Provides solutions to common problems in analyzing data. It includes reproducible R code for hands-on learning.
Tutorials
-
R for Reproducible Scientific Analysis : An introduction to R for non-programmers using gapminder data
Videos
-
Why Use R? - R Tidyverse Reporting and Analytics for Excel Users
-
Data Analysis Screencasts : #TidyTuesday is a weekly exercise on Data Analysis using R that is published by David Robinson (Data Scientist at Datacamp).