Matrices There are several ways of making a matrix. You can create one directly like this: X<-matrix(c(1,0,0,0,1,0,0,0,1),nrow=3) X [,1] [,2] [,3] [1,] 1 0 ...
確定! 回上一頁