What Will Be The Output Of The Following R Codep Pre Langrsplus #533
What will be the output of the following R code?</p> <pre><code class="language-rsplus"> > rpois(10, 1) </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 Profiling, Simulation and Data Analysis - Simulation - Quiz No.2.
What will be the output of the following R code?
> rpois(10, 1)
[1] 7 0 1 1 2 1 1 4 1 2
[1] 0 8 1 1 2 1 1 4 1 2
[1] 0 0 1 1 2 1 1 4 1 2
[1] 0 0 0 0 0 0 0 1 4 1 2