Section 1. Chapter 8
single
Challenge: Grouped Data
Swipe to show menu
Task
Swipe to start coding
Group a tibble by a categorical variable and calculate the mean of a numeric column for each group.
- Group the tibble
dfby the column specified bygroup_col. - For each group, calculate the mean of the column specified by
num_col. - Return a tibble with one row per group and a column named
mean_valuecontaining the mean for each group.
Solution
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 8
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat