Re: [R] Aggregate Table Data into Cell Frequencies

2012-10-31 Thread Rui Barradas
Hello, I'm not sure if this is what you want. aggregate(delayValue ~ id + Freq, data = sampleData, length) Hope this helps, Rui Barradas Em 31-10-2012 16:38, Edward Patzelt escreveu: > R-help - > > I have this set of aggregated tables (sample data below via dput()). And I > would like to hav

Re: [R] Aggregate Table Data into Cell Frequencies

2012-10-31 Thread Marc Schwartz
On Oct 31, 2012, at 11:38 AM, Edward Patzelt wrote: > R-help - > > I have this set of aggregated tables (sample data below via dput()). And I > would like to have delayValue as the column variables with the "temp" > (temp1, temp2, temp3) values as the row variables. However I would like to >