## read data on disk and store as an object
data <- read_csv("file location/fil.csv")
## Data Wrangling
data %>%
filter(semister == 5) %>%
group_by(division) %>%
summarise(
avg_attend = mean(attend, na.rm = T),
max_score = max(score, na.rm = T)
)Advanced Analytics with R
This is the Course Landing Page for Advanced Analytics with R. Visiting this page will help you access alll the lecutre materials and other necessary announcements if any.
Type in hour browser bit.ly/aar-ug to get to this page
Learning Objective
The ultimate aim of this course is to provide a gentle introduction to statistical learning techniques. I aim to expose the learners to a wide variety of techniques.1
After successful completion of this course, a learner will have foundational understanding of statistical learning techniques, when to apply a given technique and how to use R to apply these techniques.
Pre-requisite
If you can comfortably understand the following code and are fairly confidant about the functions used in the code, you most likely have the necessary R programming skills to absorb the materials covered in this course.
In case you are having difficulty in guessing what the above piece of code does, Please read the Chapter 5 of R for Data Science
Following are the programming techniques that are not required for this course but are highly useful and will make learning experience easier:
- Iterations
- Writing custom functions
- Data Visualization
Teaching Material
Here are links to lecture slides, this will keep updating. Please visit this page before every lecture to gain access to lecture slides.2
- Refresher: Introduction to R
- Refresher: Data Wrangling
- Refresher: Data Visualization using R
- Lecture 1: Resources and Introduction
- Lecture 2: Linear Regression
- Lecture 3: Classification
- Lecture 4: Resampling Methods
- Lecture 5: Exercises
- Lecture 6: Linear Model Selection and Regularization
- Lecture 7: Multiple Testing
Announcements
Here you will find any important Announcements regarding the course.
- The Lecture scheduled on the 16th of Aug has been delayed by an hour for Division 2 only. This means that the lecture will start at 11:45 am.
Get in Touch
The best way to reach me is by email. You can use either of the following:
ayush.ap58@gmail.comayush.patel@gipe.ac.in