[R] Average of Two Matrices

Erik Iverson iverson at biostat.wisc.edu
Wed Jun 25 04:25:36 CEST 2008


What about z <- (x + y) / 2



Gundala Viswanath wrote:
> Hi,
> 
> I have two matrices x and y (same dimensions).
> 
> How can I compute the average of "x" and "y" for each coordinate
> to form a new average matrix "z" ?
> 
> - Gundala Viswanath
> Jakarta - Indonesia
> 
> ______________________________________________
> R-help at 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.



More information about the R-help mailing list