InterviewSolution
Saved Bookmarks
| 1. |
______ splits a data frame and results an array (hence the da). Hopefully you’re getting the idea here.(a) apply(b) daply(c) stats(d) plyrThis question was addressed to me in a national level competition.My query is from Packages topic in portion Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» The correct choice is (B) daply |
|