Q. What will be the output of the following R code?
> m <- matrix(nrow = 2, ncol = 3)
> dim(m)

  • (A) 3 2
  • (B) 2 3
  • (C) 2 2
  • (D) 4 5
πŸ’¬ Discuss
βœ… Correct Answer: (B) 2 3

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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