Vidyalelo
R Programming · Q41

R Programming Basics

Programming · R Programming · question 41

Q41

Which of the following code constructs vector of length 11?

A.
> v <- 3*x + y + 1
B.
> v <- 3*x + y + 2
C.
> v <- 2*x + y + 1
Answer
D.
> v <- 2*x + y + 4

Answer: Option C

Solution

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