Which Of The Following Statement Tells The Row With The Minimum #644
which of the following statement tells the row with the minimum value for every 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 tells the row with the minimum value for every column?
which.min(x)
which.max(x)
z=apply(x,1,which.min)
z=apply(1,1,which.max)