πŸ“Š R Programming
Q. Which of the following is valid assignment?
  • (A) > x <- fact(c("yes", "yes", "no", "yes", "no"))
  • (B) > x <- factor(c("yes", "yes", "no", "yes", "no"))
  • (C) > x <- factor(factor("yes", "yes", "no", "yes", "no"))
  • (D) > x <- factor(factor("yes", "no", "no", "yes", "no"))
πŸ’¬ Discuss
βœ… Correct Answer: (B) > x <- factor(c("yes", "yes", "no", "yes", "no"))

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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