Q. Which of the following finds the maximum value in the vector x, exclude missing values?

  • (A) rm(x)
  • (B) max(x, na.rm=TRUE)
  • (C) all(x)
  • (D) x%in%y
πŸ’¬ Discuss
βœ… Correct Answer: (B) max(x, na.rm=TRUE)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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