What Will Be The Output Of The Following R Codep Pre Langrsplus #523
What will be the output of the following R code?</p> <pre><code class="language-rsplus"> > x <- rnorm(10) > x </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.1.
What will be the output of the following R code?
> x <- rnorm(10) > x
[1] 0.01874617 -0.18425254 -1.37133055 -0.59916772 0.29454513 [6] 0.38979430 -1.20807618 -0.36367602 -1.62667268 -0.25647839
[1] 22.20356 21.51156 19.52353 21.97489 21.48278 20.17869 18.09011 [8] 19.60970 21.85104 20.96596
Min. 1st Qu. Median Mean 3rd Qu. Max. 18.09 19.75 21.22 20.74 21.77 22.20
Error