1.

A __________ is a set of elements appearing in rows and columns where the elements are of the same mode whether they are logical, numeric (integer or double), complex or character.(a) Vector(b) Matrix(c) Lists(d) Data framesThis question was addressed to me during an interview.My question is taken from Data Types topic in section Nuts and Bolts and Getting Data In and Out of R Programming

Answer»

Correct option is (B) Matrix

To EXPLAIN I would say: A matrix is a SET of ELEMENTS appearing in rows and columns where the elements are of the same mode whether they are logical, numeric (integer or double), complex or CHARACTER.



Discussion

No Comment Found

Related InterviewSolutions