InterviewSolution
Saved Bookmarks
| 1. |
Which of the following function cross-tabulate tables using formulas?(a) table(b) stem(c) xtabs(d) readI had been asked this question in exam.I need to ask this question from Visualizing Data in portion Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» RIGHT CHOICE is (d) read Explanation: table() list all VALUES of a variable with FREQUENCIES. |
|