InterviewSolution
Saved Bookmarks
| 1. |
which of the following statement chose those objects meeting a logical criterion?(a) sub(dataset,logical)(b) subset(dataset,logical)(c) subsetcon(dataset,logical)(d) subcon(dataset,logical)This question was addressed to me by my school principal while I was bunking the class.The question is from Commands in division Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» CORRECT answer is (b) subset(dataset,logical) To explain I would SAY: R subsetting OPERATORS are powerful and fast. |
|