What Will Be The Output Of The Following R Codep Pre Langrsplus #300
What will be the output of the following R code?</p> <pre><code class="language-rsplus"> > x <- 1:4 > y <- 6:9 > 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 R - Data Storage, Formats, Objects and Operations - Vectorized Operations - Quiz No.1.
What will be the output of the following R code?
> x <- 1:4 > y <- 6:9 > x/y
0.1666667 0.2857143 0.4444444
0.1666667 0.2857143 0.3750000 0.4444444
0.2857143 0.3750000 0.4444444
Error