Dear Statalist,
Can anyone help me to calculate WAZ, HAZ and WHZ scores using the "zscore06" command using the below example data. here age in MONTH. Thank you so much in advance!
clear
input double ID double age double weight double height
1 47 13.2 93.5
2 49 19.5 103.4
3 6 7.2 64.3
4 31 10.7 84.5
5 7 6.5 64
6 38 12 91.3
end
Can anyone help me to calculate WAZ, HAZ and WHZ scores using the "zscore06" command using the below example data. here age in MONTH. Thank you so much in advance!
clear
input double ID double age double weight double height
1 47 13.2 93.5
2 49 19.5 103.4
3 6 7.2 64.3
4 31 10.7 84.5
5 7 6.5 64
6 38 12 91.3
end
Comment