EmbRaceR: Data Preparation with R

Please log in to access your purchased courses.

In the third course of the EmbRaceR collection, the most tedious task in a project, the data preparation task, in covered. Attendees learn about many of the basic and also more advanced techniques, and why and how to use them.

The first module teaches you how to manipulate the data frames. You learn how to make a projection, how to filter, join, bind, and sort data frames. Then the module deals with missing values and shows how to crate derived variables.

Package dplyr is bringing a modern way for data manipulation. You will learn how to use it successfully. Then the module shows how to smooth and normalize data. The last lesson of the second module is dealing with numerous ways of aggregating, pivoting, and unpivoting data in R.

In this course, you learn how to create numerical variables from strings, and how to create discrete variables from numerical ones. Data preparation interleaves with data overview. In the last lesson of this course, the most popular graphical function ggplot is introduced.

Course Introduction Module: Introduction to Data Preparation with R

In the third course of the EmbRaceR collection, the most tedious task in a project, the data preparation task, in covered. Attendees learn about many of the basic and also more advanced techniques, and why and how to use them.

Lessons

Course Introduction Module: Lesson 1 – Introduction to Data Preparation with R Preview

Module 01: Working with data frames

The first module teaches you how to manipulate the data frames. You learn how to make a projection, how to filter, join, bind, and sort data frames. Then the module deals with missing values and shows how to crate derived variables.

Lessons

Module 01: Lesson 1 – Manipulating data frames Module 01: Lesson 2 – Missing values and derived variables

Module 02: Manipulating data

Package dplyr is bringing a modern way for data manipulation. You will learn how to use it successfully. Then the module shows how to smooth and normalize data. The last lesson of the second module is dealing with numerous ways of aggregating, pivoting, and unpivoting data in R.

Lessons

Module 02: Lesson 1 – Package dplyr Module 02: Lesson 2 – Smoothing and normalizing data Module 02: Lesson 3 – Aggregations and pivoting

Module 03: Recoding and graphing

In this module, you learn how to create numerical variables from strings, and how to create discrete variables from numerical ones. Data preparation interleaves with data overview. In the last lesson of this course, the most popular graphical function ggplot is introduced.

Lessons

Module 03: Lesson 1 – Recoding variables Module 03: Lesson 2 – Advanced graphing with ggplot