InterviewSolution
Saved Bookmarks
| 1. |
What are the purposes R can be used for?(a) Suck in data(b) Parse data(c) Process data(d) All of the mentioned |
|
Answer» Correct answer is (d) All of the mentioned Easy explanation: The R language is widely used among statisticians and data miners for developing statistical software and data analysis. Generally, R can be used to suck in data, parse it, process it, and then visualize it for reporting purposes. |
|