Home / Report Question

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