Q54
Which of the following statement finds the maximum for each column?
A.
apply(x,2,max)
AnswerB.
col.max(x)
C.
which.min(x)
D.
which.max(x)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board