This is a blog from Jim to note and record studying about Data Science
Basic Programming in R
Conditionals, loops, and functions
Data Wrangling and Basic Plotting
Using Dplyr package - mutate(), filter() and select(), and pipe %>%, plotting with histogram and boxplot
Indexing the data
What is indexing and how do we use it
Vector sorting
sort(), order(), rank(), max, min functions