R
rlm
I am trying to understand DAVERAGE. However I do not think that this
is what I want.
May I have a pointer towards the function to use to produce the needed
result set from the data set?
Data Set
---------------------------
A B C
1 Team Type Time
2 Alpha 1 5.5
3 Beta 2 3.5
4 Alpha 1 5
5 Delta 3 4
6 Beta 2 2
7 Charlie 3 4
Needed Result Set - Avg Time
is what I want.
May I have a pointer towards the function to use to produce the needed
result set from the data set?
Data Set
---------------------------
A B C
1 Team Type Time
2 Alpha 1 5.5
3 Beta 2 3.5
4 Alpha 1 5
5 Delta 3 4
6 Beta 2 2
7 Charlie 3 4
Needed Result Set - Avg Time