Q. Which of the following statement applies the function (FUN) to either rows (1) or columns (2) on object X?
β
Correct Answer: (D)
apply(X, MARGIN, FUN, ...)
You must be Logged in to update hint/solution