Create a subset data using R; subset() in R; filter function from dplyr

preview_player
Показать описание
In this video, you are going to learn how to create a subset dataset from a full dataset using R/RStudio in two ways:
1. using built-in subset() function
2. using filter() function from dplyr package.

You may set the video speed to 1.25 or 1.5 to make the video go faster by clicking the setting from the bottom right of the video, and set the speed to 1.25 or 1.5.

You need to install R and RStudio before you use RStudio. Follow this instruction here:
Рекомендации по теме
Комментарии
Автор

Very helpful video! Are there times when subset is more useful than filter? Or other times when filter is better than subset? What are the benefits of each?

billostrove