adplus-dvertising
frame-decoration

Question

Numbers in R are generally treated as _______ precision real numbers.

a.

single

b.

double

c.

real

d.

imaginary

Answer: (b).double

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Numbers in R are generally treated as _______ precision real numbers.

Similar Questions

Discover Related MCQs

Q. If you explicitly want an integer, you need to specify the _____ suffix.

Q. Point out the correct statement?

Q. Attributes of an object (if any) can be accessed using the ______ function.

Q. R objects can have attributes, which are like ________ for the object.

Q. Which of the following can be considered as object attribute?

Q. The ________ function can be used to create vectors of objects by concatenating things together.

Q. Which of the following statement is invalid?

Q. Point out the correct statement?

Q. Point out the correct statement?

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?