Q. What will be the output of the following R program?
y <- 0:5
vector(y)
y[3]
y <- 0:5
vector(y)
y[3]
β
Correct Answer: (A)
Error in vector(y): invalid 'mode' argument
You must be Logged in to update hint/solution