What does the MyMat[ ,3] subsetting operation return for this code?
MyMat = matrix(c(7, 9, 8, 6, 10, 12),nrow=2,ncol=3, byrow = TRUE)
What does the MyMat[ ,3] subsetting operation return for this code?
MyMat = matrix(c(7, 9, 8, 6, 10, 12),nrow=2,ncol=3, byrow = TRUE)