I have a 50x50 matrix of data. I would like to be able to TAKE or grab data in different cells of the matrix like in other programming languages like, for example, in x=M(i,j). Is there some way of doing this in Statitistics101?
One idea is to change the matrix into a single vector but not quite sure how to do it so its elements are accessible.
Thnanks