Question: Suppose you create a matrix, m1, using the following code: m1
Suppose you create a matrix, m1, using the following code: m1 <- matrix(data = c(0.1, 0.2, 0.3, 0.3, 0.6, 0.9, 0.5, 1.0, 1.5), nrow=3, byrow=TRUE) Which of the following are the correct dimensions of m1? The first number pertains to the number of rows and the second number pertains to the number of columns
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
