

MCQOPTIONS
Saved Bookmarks
1. |
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 |
Answer» C. all(x) | |