Q55
which of the following statement tells the row with the minimum value for every column?
A.
which.min(x)
AnswerB.
which.max(x)
C.
z=apply(x,1,which.min)
D.
z=apply(1,1,which.max)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board