Q. How do you create a vector of logical values in R?
β
Correct Answer: (A)
c(TRUE, FALSE, TRUE)
You must be Logged in to update hint/solution