When doing rounding in R using the Round function:
round(0.5) and round(2.5), generate (0 and 2); well as I need my output file to be (1 and 3); is there any other simple function like "Round" that can do the job as listed above in R ?
When doing rounding in R using the Round function:
round(0.5) and round(2.5), generate (0 and 2); well as I need my output file to be (1 and 3); is there any other simple function like "Round" that can do the job as listed above in R ?