Summing and Taking average of elements in different vectors, which are part of different matrices, which are part of a vector of matrices.

Please see the FAQ: What's a reproducible example (`reprex`) and how do I do one? Using a reprex, complete with representative data will attract quicker and more answers. Having to reverse engineer the problem is a big drag.

Without representative objects that go into making up aggiter, the best I can suggest is creating rows of NA to rbind the data with different lengths to avoid the notational brain damage of a list of matrices.

1 Like