mkleinert5687 mkleinert5687 15-11-2022 Computers and Technology contestada a data analyst writes the following code chunk to return a statistical summary of their dataset: quartet %>% group by(set) %>% summarize(mean(x), sd(x), mean(y), sd(y), cor(x, y)) which function will return the average value of the y column?