Displaying 1 result from an estimated 1 matches for "1.584338".
2006 Sep 06
7
Matrix multiplication using apply() or lappy() ?
I am trying to divide the columns of a matrix by the first row in the 
matrix.
I have tried to get this using apply and I seem to be missing a concept 
regarding the apply w/o calling a function but rather command args %*% / 
etc.  Would using apply be more efficient than this approach? 
I have observed examples in the archives using this type of approach. Does 
anybody have a snippet of a call