1.

Which of the following packages does not contain in “base” R system?(a) utils, graphics(b) mesh, compiler(c) splines, stats4(d) grDevices, datasetsI had been asked this question at a job interview.My question is taken from History of R topic in chapter History, Overview and Getting Started of R Programming

Answer»

Correct option is (b) mesh, COMPILER

The explanation is: Mesh does not belong to the base R system. The other utils, graphics, compiler, splines, STATS4, grDevices, DATASETS will contain Base R system. There are many other PACKAGES also in R studio which were pre-installed.



Discussion

No Comment Found

Related InterviewSolutions