Browsing resource, all submissions are temporary.
Suppose I type the following commands:
set.seed(799973) x <- (rnorm(10)-rnorm(10))/(rnorm(10)-rnorm(10))
What is the content of x? A vector containing 10 Inf's A vector containing 10 0's A vector containing 10 1's A vector containing 10 NaN's A vector containing 10 distinct numbers