Imagine I have a data frame with 2 columns
ID value of 12 13 32 3 6022 11 9 142 231 12 23 119 312 ...
And I want to get the mean value for each "id". Do you know any fast way to do this?
Overall, other options include DDPA (in Plyr)
Imagine I have a data frame with 2 columns
ID value of 12 13 32 3 6022 11 9 142 231 12 23 119 312 ...
And I want to get the mean value for each "id". Do you know any fast way to do this?
Overall, other options include DDPA (in Plyr)
Comments
Post a Comment