Which Of The Following Tests Each Element Of X For Membership #637
Which of the following tests each element of x for membership in y?
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 tests each element of x for membership in y?
y%in%x
all(x)
any(x)
x%in%y