I have a stats query that i run on a collection of Waist to Hip Ratio's which are generally measured as a ratio to 3 decimal places as follows:
waist = 89cm
hip = 101cm
WHR = 0.881 (to 3 decimal places)
My problem is that the min and max functions that i am running on this set of data for the group are seem to be returning figures to only 1 decimal place as follows:
a-0.839
b-0.845
c-0.822
Min function will return 0.800 instead of 0.822
Max function will return 0.800 instead of 0.845
Avg function returns 0.835 correctly...
I'm struggling for an answer and pissed at myself for not noticing this way earlier....
All or any help very much appreciated.
Cheers
Nath
waist = 89cm
hip = 101cm
WHR = 0.881 (to 3 decimal places)
My problem is that the min and max functions that i am running on this set of data for the group are seem to be returning figures to only 1 decimal place as follows:
a-0.839
b-0.845
c-0.822
Min function will return 0.800 instead of 0.822
Max function will return 0.800 instead of 0.845
Avg function returns 0.835 correctly...
I'm struggling for an answer and pissed at myself for not noticing this way earlier....
All or any help very much appreciated.
Cheers
Nath