Which Of The Following Statement Finds The Maximum For Each #643
Which of the following statement finds the maximum for each column?
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 Commands, Packages, Visualizing Data and Linear Regression - Commands - Quiz No.3.
Which of the following statement finds the maximum for each column?
apply(x,2,max)
col.max(x)
which.min(x)
which.max(x)