|
Mike Buess
USA
3037 Posts |
Posted - 04/15/2003 : 08:17:13 AM
|
Hi Lars,
Use the sum() function, e.g.,
col(C) = sum(col(B));
That will assign the cumulative sum of col(B) to col(C). It also creates the following object properties: sum.mean, sum.total, sum.min, sum.max, sum.sd, sum.n
Mike Buess Origin WebRing Member |
 |
|