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
πŸ’¬ Discuss
βœ… Correct Answer: (A) x becomes a factor

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
136
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
93%
Success Rate