πŸ“Š R Programming
Q. Which of the following statement applies the function (FUN) to either rows (1) or columns (2) on object X?
  • (A) apply(x,1,min)
  • (B) apply(x,2,max)
  • (C) col.max(x)
  • (D) apply(X, MARGIN, FUN, ...)
πŸ’¬ Discuss
βœ… Correct Answer: (D) apply(X, MARGIN, FUN, ...)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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