Q. Which of the following is a valid way to create a numeric vector in R?
β
Correct Answer: (A)
c(1, 2, 3)
You must be Logged in to update hint/solution