Skip to content
Prev 178144 / 398506 Next

conditional grouping of variables: ave or tapply or by or???

Try this:
v1 v2 v3 v4
1 10  7  0  7
2 10  5  1  7
3 10  7  2  7
4 11  9  0  9
5 11  7  2  9

        
On Thu, Apr 23, 2009 at 6:11 PM, ozan bakis <ozanbakis at gmail.com> wrote: