1.

Density function gives output as ________(a) Matrix(b) Lists(c) Vector(d) NumberThis question was posed to me by my college professor while I was bunking the class.My question is from Data Types topic in chapter Nuts and Bolts and Getting Data In and Out of R Programming

Answer»

The correct option is (b) Lists

The EXPLANATION: There are also MANY functions WITHIN R that produce a LIST as output. Examples of these functions include spline(), DENSITY() and locator().



Discussion

No Comment Found

Related InterviewSolutions