Rounding
Rounding methods
Both SAS and base R have the function round(), which rounds the input to the specified number of decimal places. However, they use different approaches when rounding off a 5:
SAS round() rounds half up. This is the most comm... [Read more...]