Q. What will be the output of the following R code?
> x <- rnorm(10)
> x
> x <- rnorm(10)
> x
β
Correct Answer: (A)
[1] 0.01874617 -0.18425254 -1.37133055 -0.59916772 0.29454513
[6] 0.38979430 -1.20807618 -0.36367602 -1.62667268 -0.25647839