Which Of The Following Statement Is Another Way To Get A Subset #625
Which of the following statement is another way to get a subset?
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.1.
Which of the following statement is another way to get a subset?
subsetcon(dataset,logical)
data.df[data.df=logical]
sub(dataset,logical)
subcon(dataset,logical)