Suppose you enter the following 2 commands in R. x <- rnorm(1000) y <- rnorm(1000). If you obtain the correlation coefficient between x and y, What would you expect?
1) A positive value near 1.
2) A positive value near 0.
3) A negative value near -1.
4) A negative value near 0.