Saved Bookmarks
| 1. |
Which function is used to select variables and observations from a given dataset?(a) Subset()(b) Sample()(c) While()(d) Signal() |
|
Answer» Correct choice is (a) Subset() Explanation: Subset () function is used to select variables and observations from a given dataset. R has a large number of in-built functions and also the user can create their own functions. |
|