1.

Which one of the following is not a basic datatype?(a) Numeric(b) Character(c) Data frame(d) IntegerI got this question during an online exam.The origin of the question is Overview of R in portion History, Overview and Getting Started of R Programming

Answer»

Correct option is (C) Data FRAME

The explanation is: Data frame is not the basic data type of R. Numeric, character, INTEGER are the basic types of R. The basic data types are used many times. Data frames are used to STORE tabular data in R. They are an important type of object in R and are used in a variety of statistical modelling APPLICATIONS.



Discussion

No Comment Found

Related InterviewSolutions