adplus-dvertising
frame-decoration

Question

Point out the correct statement?

a.

The usual operator, <-, can be thought of as a syntactic shortcut to expression operation

b.

Assignment can also be made using the function assignment()

c.

Vectors can be used in arithmetic expressions, in which case the operations are performed element by element

d.

seq() is used to delete the numbers

Answer: (c).Vectors can be used in arithmetic expressions, in which case the operations are performed element by element

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Point out the correct statement?

Similar Questions

Discover Related MCQs

Q. Which of the following is invalid assignment?

Q. Which of the following code constructs vector of length 11?

Q. _______ function returns a vector of the same size as x with the elements arranged in increasing order.

Q. Which of the following is used for generating sequences?

Q. Which of the following statement would print “0” “1” “2” “3” “4” “5” “6” for the following R code?

Q. Point out the correct statement?

Q. Point out the correct statement?

Q. All columns in a matrix must have the same mode and the _________ length.

Q. ___________ provides optional labels with the columns and rows.

Q. ________ are similar to matrices but can have more than two dimensions.

Q. Which is more general than a matrix, in that different columns can have different modes?

Q. An ordered collection of objects or components are called ________

Q. The ________ stores the nominal values as a vector of integers in the range of 1 to unique values in the nominal variable.

Q. An ordered factor is used to represent an __________

Q. On what basis of a variable, OS allocates memory and decides what can be stored in the reserved memory?

Q. The data type of the R-object becomes the data type of the ________

Q. Which function is used to combine the elements into a vector?

Q. A __________ is an R-object which can contain many different types of elements inside it.

Q. A _________ is a two-dimensional rectangular data set.

Q. Which function takes a dim attribute which creates the required number of dimensions?