Hi, Is it possible to assign to an array with different dimensions? That is to say, supposing a three dimensional array, the third dimension of the array has matrices of different sizes?
> array , , 1 [1] [2] [3] [1] 1 1 1 , , 2 [1] [2] [3] [1] 1 1 1 [2] 1 1 1 , , 3 [1] [2] [3] [1] 1 1 1 [2] 1 1 1 [3] 1 1 1 something like this?? Thanks, B _________________________________________________________________ [[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.