Skip to content

list of frames without first element

1 message · Liaw, Andy

#
You're almost there:

 lapply(my.list, function(x) rowSums(x[-1]))

Andy