InterviewSolution
Saved Bookmarks
| 1. |
_________ generate summary statistics of different variables in the data frame, possibly within strata.(a) rename(b) summarize(c) set(d) subsetThe question was posed to me in exam.The question is from dplyr in division R – Data Storage, Formats, Objects and Operations of R Programming |
|
Answer» RIGHT CHOICE is (b) summarize The explanation is: The dplyr PACKAGE as a NUMBER of its own data TYPES that it takes advantage of. |
|