Google News
logo
R - Quiz(MCQ)
______ are similar to matrices but can have more than two dimensions.
A)
Columns
B)
Functions
C)
Packages
D)
Arrays

Correct Answer :   Arrays


Explanation : Arrays are similar to matrices which can have more than two dimensions. See help(array) for details. Factors are created using the factor() function. We can Identify elements of a list using the [[]] convention.

Advertisement