πŸ“Š R Programming
Q. Which of the following is a valid way to create a numeric vector in R?
  • (A) c(1, 2, 3)
  • (B) vector(1, 2, 3)
  • (C) seq(1, 3)
  • (D) num_vec(1, 2, 3)
πŸ’¬ Discuss
βœ… Correct Answer: (A) c(1, 2, 3)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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