R Programming: Advanced Analytics In R For Data Science
This is a subtitle. Get more detailed about your course here!
Ready to take your R Programming skills to the next level?
Want to truly become proficient at Data Science and Analytics with R?
This course is for you!
Professional R Video training, unique datasets designed with years of industry experience in mind, engaging exercises that are both fun and also give you a taste for Analytics of the REAL WORLD.
In this course you will learn:
The more you learn the better you will get. After every module you will already have a strong set of skills to take with you into your Data Science career.
Welcome to the Advanced R Programming Course!
Welcome to this section. This is what you will learn!
Project Brief: Financial Review
Import Data into R
What are Factors (Refresher)
The Factor Variable Trap
FVT Example
gsub() and sub()
Dealing with Missing Data
What is an NA?
An Elegant Way To Locate Missing Data
Data Filters: which() for Non-Missing Data
Data Filters: is.na() for Missing Data
Removing records with missing data
Reseting the dataframe index
Replacing Missing Data: Factual Analysis Method
Replacing Missing Data: Median Imputation Method (Part 1)
Replacing Missing Data: Median Imputation Method (Part 2)
Replacing Missing Data: Median Imputation Method (Part 3)
Replacing Missing Data: Deriving Values Method
Visualizing results
Section Recap
Quiz 1 – Data Preparation
Welcome to this section. This is what you will learn!
Project Brief: Machine Utilization
Import Data Into R
Handling Date-Times in R
What is a List?
Naming components of a list
Extracting components lists: [] vs [[]] vs $
Adding and deleting components
Subsetting a list
Creating A Timeseries Plot
Section Recap
Quiz 2 – Lists in R
Welcome to this section. This is what you will learn!
Project Brief: Weather Patterns
Import Data into R
What is the Apply family?
Using apply()
Recreating the apply function with loops (advanced topic)
Using lapply()
Combining lapply() with []
Adding your own functions
Using sapply()
Nesting apply() functions
which.max() and which.min() (advanced topic)
Section Recap
Quiz 3 – “Apply” Family of Functions
Eric Chu