InterviewSolution
Saved Bookmarks
| 1. |
Which of the following finds the position of a quantile in a dataset?(a) quantile()(b) barplot()(c) barchart()(d) rep()I got this question by my college professor while I was bunking the class.This interesting question is from Visualizing Data topic in portion Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» RIGHT OPTION is (a) quantile() Easiest EXPLANATION: BARPLOT() produces a bar graph. |
|