πŸ“Š R Programming
Q. In R, how do you create a histogram for a numeric variable variable?
  • (A) hist(variable)
  • (B) create_histogram(variable)
  • (C) geom_histogram(mapping = aes(x = variable))
  • (D) plot_histogram(variable)
πŸ’¬ Discuss
βœ… Correct Answer: (C) geom_histogram(mapping = aes(x = variable))

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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