

MCQOPTIONS
Saved Bookmarks
1. |
which of the following statement tells the row with the minimum value for every column? |
A. | which.min(x) |
B. | which.max(x) |
C. | z=apply(x,1,which.min) |
D. | z=apply(1,1,which.max) |
Answer» B. which.max(x) | |