Sorry I am new to R, and the problem is quite hard for me,
Here is the matrix:
V1 predictions
1 Jeffery Howes 0.0909596345057677
2 Sherilee Waring 0.00434589236424605
3 Rachel Maitland 0.0909596345057677
4 Jan Maitland 0.0909596345057677
5 Jan Maitland 0.0909596345057677
6 Jan Maitland 0.0909596345057677
7 Jan Maitland 0.0909596345057677
8 Sandra McEwen 0.0909596345057677
....
How can I remove the duplicates in the columns (that's okay for me, could use unique, but the following problem is quite hard for me).
For example, there are many duplicated name Jan Maitland, duplicates should be removed, but the predications values should be calculated (the final result left should be the average value of those duplicate names)
Could someone help me on that? thanks a lot!!