What Will Be The Output Of The Following R Programp Pre #33
What will be the output of the following R program?</p> <pre><code class="language-rsplus"> y<-0:5 vector(y) y[3]</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 History, Overview - Overview of R - Quiz No.2.
What will be the output of the following R program?
y<-0:5 vector(y) y[3]
Error in vector(y): invalid ‘mode’ argument
1
4
3