Hi list!  I have a large matrix which I'd like to partition into blocks
and for each block I'd like to compute the mean.  Following a example
where each letter marks a block of the partition:

     a a a d g g 
     a a a d g g
     a a a d g g
     b b b e h h
     b b b e h h
     c c c f i i

I'm only interested in the resulting matrix of means.  How can this be
done efficiently?

Thanks!  Titus

______________________________________________
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.

Reply via email to