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 2
Using ggplot2 to Draw Statistical Graphics
Content Locked
Section 3
Transforming Plot Data with Stats
This video will help you learn about five useful ggplot2 geoms that implement useful statistical transformations, or ‘stats’. - Draw frequency maps with geom_bin2d() and geom_density_2d() - Draw density distributions with geom_density() and geom_violin() - Draw smoothed conditional means with geom_smooth()