[R] Median across matrices

2013-03-22 Thread Lucas Holland
Hey all, I have a list of matrices. I'd like to calculate the median across all those matrices for each element. What I'd like to end up with is a matrix containing the median of all [1,1] [1,2] etc. elements across all matrices. Is there a concise way of doing that? Thanks!

Re: [R] Median across matrices

2013-03-22 Thread arun
- From: Lucas Holland hollandlu...@gmail.com To: r-help@R-project.org r-help@r-project.org Cc: Sent: Friday, March 22, 2013 5:17 PM Subject: [R] Median across matrices Hey all, I have a list of matrices. I'd like to calculate the median across all those matrices for each element. What I'd like