Displaying 1 result from an estimated 1 matches for "tvapply".
Did you mean:
  tapply
  
2002 Oct 10
2
tapply for matrices
Does anyone have something like tapply that is extremely fast for matrices when there is a very large number of levels of the grouping variable?  
I'm referring to, for example, 
tapply(x, grouping.variable, function.operating.on.submatrix)
where x is a matrix and the submatrix is a subset of the rows of x.  The grouping variable's length equals the number of rows of x.
-- 
Frank E