Hi! I'm using zanthro to get zscores, but the values look between [-3,3]
I used this code to get the height-for-age:
This is how it looks:
I used this code to get the height-for-age:
HTML Code:
egen haz = zanthro(talla,ha,US), xvar(edad) gender(sex) gencode(male=1, female=2) ageunit(year) nocutoff
HTML Code:
edad talla sex haz 17 1.76 Hombre -13.84882 17 1.67 Hombre -13.84922 13 1.44 Mujer -18.02584
Comment