in Education by
Which one of the following is not a basic datatype? (a) Numeric (b) Character (c) Data frame (d) Integer I 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 Select the correct answer from above options

1 Answer

0 votes
by
 
Best 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.

Related questions

0 votes
    ____________ provides a point-and-click interface to many basic statistic problems. (a) Commander (b) GUI (c) ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which of the following packages does not contain in base R system? (a) utils, graphics (b) mesh, ... Started of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which of the following is not an object of R? (a) calls (b) expressions (c) strings (d) names The ... Getting Started of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    A _______________ is a variable that holds one value at a time. (a) Scalar variable (b) Duplex (c) High ... Started of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    At higher level one limitation of R is that its functionality is based on __________ (a) Consumer demand ( ... of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    If a command is not complete at the end of a line, R will give a different prompt, by default it is ... Started of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Which of the following is default prompt for UNIX environment? (a) > (b) >> (c) < (d)...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which of the following is Recommended package in R? (a) util (b) lang (c) stats (d) spatial This ... Getting Started of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which of the following can be used to display the names of (most of) the objects which are currently stored ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    R language is a dialect of which of the following languages? (a) S (b) C (c) MATLAB (d) SAS I ... and Getting Started of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which of the following operator is used to create integer sequences? (a) : (b) ; (c) - (d) ~ I ... Getting Started of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which of the following will start the R program? (a) $ R (b) > R (c) * R (d) @ R This ... and Getting Started of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    If the code is stored in the external file, which of the following function is used to call them to a ... Started of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Which of the following describes R language? (a) Free (b) Paid (c) Available for free trial only (d) ... Started of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Which of the following command is used to print an object x in R? (a) printf(x) (b) print(x) ... Getting Started of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
...