Skip to content
Prev 314561 / 398502 Next

Question on Round function

I happened to see these:
[1] 0
[1] 2
[1] 2
[1] 4
[1] 4


What is the rule here?

Should not round(.5, 0) = 1, round(2.5, 0) = 3 etc?

Thanks and regards,