Home / Programming MCQs / R Programming MCQs / Question

M

Mr. Dubey • 51.17K Points
Coach

Q. What is the meaning of the following R function?
x <- c(4, 5, 1, 2, 3, 3, 4, 4, 5, 6)
x <- as.factor(x)

(A) x becomes a factor
(B) x is a factor
(C) x does not exist
(D) x is not a vector

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.