Hello everyone,  I have a matrix like :  mat <- matrix(rnorm(12*3), 3)  Now I want to break that matrix in 4 parts each of them are matrix of (3x3) and put those 4 matrices in a "list" object of length 4  Can anyone please tell me how to do that?
Get your new Email address! Grab the Email name you've always wanted before someone else does! [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.