Vidyalelo
R Programming · Q33

Introduction to R Programming

Programming · R Programming · question 33

Q33

What will be the output of the following R code? x <- c(3, 7, NA, 4, 7) y <- c(5, NA, 1, 2, 2) x + y

A.
Symbol
B.
Missing Data
Answer
C.
5
D.
15.5

Answer: Option B

Solution

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