πŸ“Š R Programming
Q. How could be the matrix constructed by using the following R code?
m <- matrix(1:6, nrow = 2, ncol = 3)
  • (A) row-wise
  • (B) column-wise
  • (C) any manner
  • (D) data insufficient
πŸ’¬ Discuss
βœ… Correct Answer: (B) column-wise

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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