Displaying 1 result from an estimated 1 matches for "648612".
Did you mean:
64812
2012 Mar 15
1
Help with operation on list of matrices
I'll appreciate your help on this. I have values stored in a list as in
"mylist" below. I need to sum the values over all elements of the list
aggregated by the names of the matrices.
mylist <- list(matrix(c(0.2, 0.4), 1, 2, dimnames = list(NULL, c("1",
"2"))),
matrix(c(0.1, 0.5), 1, 2, dimnames = list(NULL, c("1",