Saved Bookmarks
| 1. |
Which of the following lists names of variables in a data.frame?(a) quantile()(b) names()(c) barchart()(d) par() |
|
Answer» Right option is (a) quantile() For explanation I would say: names function is used to associate name with the value in the vector. |
|