InterviewSolution
Saved Bookmarks
| 1. |
What are the processes that take place within R?(a) Splitting of data(b) Aggregating of data(c) Overlaying two or more data(d) All of the mentioned |
|
Answer» Right choice is (d) All of the mentioned Explanation: R is an integrated suite of software facilities for data manipulation, calculation and graphical display. Within R, processing the data, splitting it, averaging it, aggregating it, overlaying two or more data sets, and then from with R, a chart that depicts the data out is done. |
|