What Will Be The Output Of The Following R Codep Pre Langrsplus #68
What will be the output of the following R code?</p> <pre><code class="language-rsplus"> x <- c(3, 7, NA, 4, 7) y <- c(5, NA, 1, 2, 2) x + y</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 Getting Started - Basics - Quiz No.2.
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
Symbol
Missing Data
5
15.5