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()

For EXPLANATION I would say: NAMES function is used to associate name with the VALUE in the vector.



Discussion

No Comment Found

Related InterviewSolutions