Resources to learn more about R. This would supplement R Foundation and R Intermediate session taken at JCP
Resources to learn more about Data Analytics in R. This website supplements Data Analytics in R- Foundation and Data Analytics in R- Intermediate session conducted at JCPI- Bangalore.
We would require R
and R Studio
for the session. Remember that R Studio
doesn't work without R
. You would need to download both of these softwares.
Download and Install:
# you would need to install only once
install.packages("tidyverse")
install.packages("readxl")
# post installation run these commands
library(tidyverse)
library(readxl)
sales.csv
and store_details.xlsx
Watch and read:
Introduction to R by Datacamp: Good intro course. Although its paid now.
Data Science: R Basics: This is by Harvard and is a part of the 9 courses in Data Science Certificate. If you are interested in learning ML and Stats these are great courses.
Dataquest R Courses: Dataquest is similar to Datacamp, you can learn R coding in an interactive manner. Check out their free courses
Swirl: Learn R interactively within R Studio: The swirl R package makes it fun and easy to learn R programming and data science. If you are new to R, have no fear.
R Bootcamp: This is a short course covering the basics of ggplot
, dplyr
, tidyr
and broom
.
Effective Data Storytelling using the tidyverse: This course is designed to supplement and build on the content covered at http://moderndive.com and the slides at http://bit.ly/soc301-slides. It assumes that you have completed the Introduction to R course on DataCamp.
R For Data Science: This book is a great introduction to R
and covers the components of the Data Science pipeline
which we discussed in the session.
Hands-On Programming with R: This covers the programmatic aspects of the R
language and would help you to be really clear with the basics.
Cookbook for R The goal of the cookbook is to provide solutions to common tasks and problems in analyzing data. Most of the code in these pages can be copied and pasted into the R command window if you want to see them in action.
R Primers : Learn data science basics with the interactive tutorials designed by RStudio.
R for Reproducible Scientific Analysis : An introduction to R for non-programmers using gapminder data
What is R? : A very good introductory video on R.
Why Use R? - R Tidyverse Reporting and Analytics for Excel Users
Data Analysis Screencasts : David Robinson is a Data Scientest at Datacamp and does a weekly #TidyTuesday Screencast. You can do it along with him, very good exercise in Data Analysis using R.
In-house test: This is a pre-requiste to attend the R-Intermediate class. Mail me for the datasets to be used.
Revision Quiz: Based on Part 1 of R Foundations