
Hey there!
Since you're taking this Advanced Analytics in R course, I'm guessing you're quite comfortable with R and most likely familiar with the name Hadley Wickham (creator of GGPlot2 and countless other R packages).
Hadley is awesome! Is he not?
Well, then...
I've got a special surprise for you.
Earlier in 2020 Hadley joined me on the SuperDataScience podcast for a deep chat about R Programming, and today I'd like to share this interview with you:
https://www.superdatascience.com/podcast/hadley-wickham-talks-integration-and-future-of-python-and-r
Listen to it during your commute to work, a hike, or simply in the comfort of your home. You can find it via the link or by searching for the SuperDataScience Podcast on any podcast app or even Spotify and navigating to episode number #337.
In this episode you will learn:
Hadley’s R packages [8:26]
Better integrations between R and Python [20:11]
LinkedIn Q&A [33:34]
useR Conference vs. RStudio Conference [50:46]
LinkedIn Q&A: Career-related questions [1:01:06]
LinkedIn Q&A: Future-related questions [1:08:01]
I'm sure you're going to enjoy this inspiring interview!
- Kirill
Learn how factors convert categorical variables into numeric levels in R, identify levels, handle empty categories, and convert non-factors to factors with the factor() function.
Use gsub and sub to clean revenue, expenses, and growth by removing dollar signs, commas, and spaces, turning them into numeric variables; learn how sub handles first versus all matches.
Explore practical strategies for handling missing data in data science. Predict missing values, keep or remove records, or impute with mean, median, or model-based methods.
Reset the dataframe index in R by reassigning row names to a 1 through n sequence or by setting rownames(fin) <- NULL for an automatic reset.
Apply factual analysis method to replace missing state values by matching city names, filtering NA rows, and updating the state column in R.
Impute missing data by deriving values from known relationships, such as revenue minus expenses equals profit, and choose between using industry medians as proxies or calculating from the equation.
Recap data preparation: convert factors to numeric safely, clean fields with sub to remove dollar signs, spaces, and commas, handle missing data with median imputation and complete.cases filtering, derive values.
Explore lists in R, a flexible data structure that stores any type of data, unlike vectors. Learn to create, access, subset, rename, and operate on lists for versatile data storage.
Analyze coal-terminal machine utilization in R. Build an R list containing machine name, min/mean/max utilization, a below 90 percent flag, unknown utilization, plus subsetting and plotting for machines.
Import data into R and build a list. Capture name, mean, min, max, 90% check, NA hours, data frame subset, plot, and derive utilization from percent idle.
In this lecture, you will know what the lists in R programming language are and how to create them
Learn to add and delete components in an R list, including new information, unknown hours, and a data frame, then remove components with the null method and note index shifting.
Master subsetting lists in R for data science by using double and single brackets and dollar notation to access components by name. Extract vectors and statistics efficiently.
Explore the apply family of functions in R, using their shortcuts for applying analytics to matrices, lists, and vectors, enabling fast, sophisticated data science insights.
Here you will know about 3 main functions from Apply family and will know how to use them
Apply shows how to use the apply function in R to compute row or column statistics on a matrix, using mean, max, and min with row or column margins.
Add your own functions into the ply family functions by nesting custom functions within apply family functions and apply them to weather matrices to extract the first row.
Explore how sapply wraps lapply to simplify outputs into vectors or matrices, producing deliverables from weather data and temperature analyses.
Learn to nest apply functions in R by applying row-wise maxima and minima across a list of matrices, using lapply and apply with inline functions to produce tidy results.
Celebrate completing the course and mastering the journey from complex to simple. Enjoy Tasmania scenery compilations and consider rating the course to help others learn.
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:
How to prepare data for analysis in R
How to perform the median imputation method in R
How to work with date-times in R
What Lists are and how to use them
What the Apply family of functions is
How to use apply(), lapply() and sapply() instead of loops
How to nest your own functions within apply-type functions
How to nest apply(), lapply() and sapply() functions within each other
And much, much more!
The more you learn, the better you will get. After every module, you will have a robust set of skills to take with you into your Data Science career.
We prepared real-life case studies.
In the first section, you will be working with financial data, cleaning it up, and preparing for analysis. You were asked to create charts showing revenue, expenses, and profit for various industries.
In the second section, you will be helping Coal Terminal understand what machines are underutilized by preparing various data analysis tasks.
In the third section, you are heading to the meteorology bureau. They want to understand better weather patterns and requested your assistance on that.