Skip to content

Summing up matrices in a list

1 message · Liaw, Andy

#
Here's a slight variation:
[,1] [,2]
[1,]   15   21
[2,]   18   24

This can probably be simplified even more with the `abind' package...

Andy