InterviewSolution
Saved Bookmarks
| 1. |
Which of the following lists names of variables in a data.frame?(a) quantile()(b) names()(c) barchart()(d) par()This question was addressed to me in an interview for job.I need to ask this question from Visualizing Data topic in division Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» Right option is (a) QUANTILE() |
|