Vidyalelo
R Programming · Q106

Introduction to R Programming

Programming · R Programming · question 106

Q106

What are the typeof(x) and mode(x) in the following R syntax? x<-1:3

A.
Numeric, Integer
B.
Integer, Numeric
Answer
C.
Integer, Integer
D.
Numeric, Numeric

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board