A

Admin • 802.91K Points
Coach

Q. How do you calculate the median of a numeric variable named price for each group in dplyr?

  • (A) summarize(median_price = median(price))
  • (B) calculate_median(price)
  • (C) median_group(price)
  • (D) median(price)
  • Correct Answer - Option(A)
  • Views: 4
  • Filed under category R Programming
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.