Book Image

Advanced Tools and Techniques Beyond Base R [Video]

By : David Wilkins
Book Image

Advanced Tools and Techniques Beyond Base R [Video]

By: David Wilkins

Overview of this book

Advanced Tools and Techniques Beyond Base R introduces a number of recently developed R packages and paradigms, in particular the concept of tidy data and the Tidyverse collection of packages, which are rapidly becoming indispensable to R data analysts. You will learn how to efficiently process and analyze data in ways not possible with base R and produce high-quality statistical graphics. The course will finish with a taste of how functional programming and meta-programming with R can simplify and speed up your data analysis code.
Table of Contents (3 chapters)
Chapter 1
Tidying Data and Analyzing Tidy Data
Content Locked
Section 10
Analyzing Data with dplyr and the split-apply-combine Strategy
In this video, we will understand the powerful split-apply-combine strategy for data analysis and how to implement it with the dplyr package. - Understand the split-apply-combine strategy - Use dplyr’s verb functions for data manipulation - Splitting, manipulating and recombining data with dplyr