Q. In R, how is a factor converted to a numeric vector using the as.numeric() function?
β
Correct Answer: (C)
numeric(factor_vector)
You must be Logged in to update hint/solution