πŸ“Š R Programming
Q. How do you create a boxplot in ggplot2 for a numerical variable named value grouped by a factor variable group?
  • (A) geom_boxplot(x = group, y = value)
  • (B) box_plot(group, value)
  • (C) geom_boxplot(mapping = aes(x = group, y = value))
  • (D) geom_boxplot(aes(x = group, y = value))
πŸ’¬ Discuss
βœ… Correct Answer: (C) geom_boxplot(mapping = aes(x = group, y = value))

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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