Yes I know why we always round to the nearest even number if we are in the exact middle (i.e. 2.5 becomes 2) of two numbers. But when I want to evaluate data for some peopl
Depending on how comfortable you are with jiggling your data, this works:
round(x+10*.Machine$double.eps) # [1] 1 2 3 4 5 6 7 8 9 10