Q. Which of the following finds the maximum value in the vector x, exclude missing values? (A) rm(x) (B) max(x, na.rm=TRUE) (C) all(x) (D) x%in%y ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) max(x, na.rm=TRUE)