A
Q. 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
- Correct Answer - Option(B)
- Views: 1
- Filed under category R Programming
- Hashtags:
Discusssion
Login to discuss.