Q142
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
AnswerB.
x is a factor
C.
x does not exist
D.
x is not a vector
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board