Examveda

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

Answer: Option A


This Question Belongs to R Programming >> Introduction To R Programming

Join The Discussion

Related Questions on Introduction to R Programming