filmov
tv
R 2 Minutes Tutorial 04: group_by and summarise

Показать описание
group_by() and summarise() allow you to group your data based on certain categories (the levels of a variables) and summarize it by applying a function to the groups. Here we calculate the mean, median and standard deviation of prices of diamonds per different cuts.
Here is the script that I used in the video:
Here is the script that I used in the video: