Hello all is it possible to find the value at the 98% centile
As you all know the sum, detail command gives the value at the 95% and 99% centile. I would like the 98%. Is this possible?
Dataset:
As you all know the sum, detail command gives the value at the 95% and 99% centile. I would like the 98%. Is this possible?
Code:
sum bmi, detail
Code:
Code:* Example generated by -dataex-. For more info, type help dataex clear input float bmi 21 22 33 31 12 41 end
Comment