Saved Bookmarks
| 1. |
____________ function can be used to select the random sample of size ‘n’ from a huge dataset.(a) Simple()(b) Sample()(c) While()(d) Signal() |
|
Answer» The correct answer is (b) Sample() Best explanation: Sample () function can be used to select a random sample of size ‘n’ from the huge dataset. R has a large number of in-built functions and also the user can create their own functions. |
|