Question
a.
Matrix
b.
Vector
c.
Lists
d.
Array
Posted under R Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. __________are Data frames which contain lists of homogeneous data in a tabular format.
Similar Questions
Discover Related MCQs
Q. The four most frequently used types of data objects in R are vectors, matrices, data frames and ________
View solution
Q. 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.
View solution
Q. What is the simplest way of creating the vector?
View solution
Q. Which function replicates elements of vectors?
View solution
Q. The ________ function creates a regular sequence of values to form a vector.
View solution
Q. Which function is used to enter in data at the terminal?
View solution
Q. Computation with vectors is achieved using an element-by-element operation for avoiding _________
View solution
Q. To bind a row onto an already existing matrix, the ______ function can be used.
View solution
Q. Which of the following is a 3-dimensional dataset?
View solution
Q. Which dimension corresponds to the explanatory variables collected for each species?
View solution
Q. Using the ________ vector, we create a species factor and bind it to the columns of iris.df.
View solution
Q. Accessing elements is achieved through a process called ________
View solution
Q. Which are indexed by either row or column using a specific name or number?
View solution
Q. What should we use to access elements with a value greater than five?
View solution
Q. Lists can be created using the _______ function.
View solution
Q. First component of the list can be accessed by _____________
View solution
Q. How can we access the first component of the list?
View solution
Q. The first component can be accessed using __________ operator.
View solution
Q. To extract a sublist, we use _________ brackets.
View solution
Q. The length of a list is ______ to the number of components in that list.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond R Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!