MCQs>Finance & Management>R MCQs>Suppose numeric vectors X, Y, and Z are all of the same length. Which R command will create a matrix with rows X, Y, Z?
R MCQs
Suppose numeric vectors X, Y, and Z are all of the same length. Which R command will create a matrix with rows X, Y, Z?
Answer
Correct Answer: matrix(rbind(X, Y, Z), nrow=3)
Explanation:
Note: This Question is unanswered, help us to find answer for this one