Which Of The Following Finds The Maximum Value In The Vector X #638
Which of the following finds the maximum value in the vector x, exclude missing values?
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.2.
Which of the following finds the maximum value in the vector x, exclude missing values?
rm(x)
max(x, na.rm=TRUE)
all(x)
x%in%y