Which Of The Following Statement Applies The Function Fun To #642
Which of the following statement applies the function (FUN) to either rows (1) or columns (2) on object X?
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 applies the function (FUN) to either rows (1) or columns (2) on object X?
apply(x,1,min)
apply(x,2,max)
col.max(x)
apply(X, MARGIN, FUN, …)