πŸ“Š R Programming
Q. In dplyr, how do you calculate the mean of a numeric variable named score for each group using summarize()?
  • (A) mean(score)
  • (B) calculate_mean(score)
  • (C) avg(score)
  • (D) summarize(mean_score = mean(score))
πŸ’¬ Discuss
βœ… Correct Answer: (D) summarize(mean_score = mean(score))

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
146
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
81%
Success Rate