When I calculate the mean of the following:
mean(c(-2.1,-0.2,-1.1,-0.5,2.5,1.4))
[1] -0.00000000000000004627736
I get a result that is not 0 although it should be zero (you can calculate it yourself with a calculator)
When I calculate the mean of the following:
mean(c(-2.1,-0.2,-1.1,-0.5,2.5,1.4))
[1] -0.00000000000000004627736
I get a result that is not 0 although it should be zero (you can calculate it yourself with a calculator)