1. LON-CAPA Logo
  2. Help
  3. Log In
 

Browsing resource, all submissions are temporary.


Random Numbers

Suppose I type the following commands:

set.seed(139116)
x <- (rnorm(10)-rnorm(10))/(rnorm(10)-rnorm(10))

What is the content of x?





 Tries 0/2