Q. What is the mode of b in the following R code?
b <- c(TRUE, TRUE, 1)
β
Correct Answer: (A)
Numeric
You must be Logged in to update hint/solution