Hi,
 
I am getting some strange results using round - it seems that it depends if the 
number before the decimal point is odd or even ....
 
For example:
 
> round(1.5)[1] 2> round(2.5)[1] 2
While i would expect that round(2.5) be 3 and not 2.
 
Do you have any explanation for that?
 
I really appreciate your input,
 
Monica
 
 
_________________________________________________________________
[[trailing spam removed]]

        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to