I am trying to calculate z scores for children over 5 years of age using the WHO growth reference 2007. I am using a Mac. I installed zanthro and used the following command:
. egen zhawho= zanthro(height, ha, WHO), xvar(ageinmonths) gender(sex) gencode(male=1, female=0) ageunit(month)
and keep getting the error: "file "zlhagewho.dta" not found"
I understand that there are ancillary files that must be installed and perhaps those are missing but I did not see a separate option to download them when I search for zanthro using findit.
Does anyone know how to avoid the above error?
Additionally, I was trying to rewrite the WHO 2007 ado file (attached) to run on my Mac with no success either, does anyone have any suggestions? I think I need to change the paths but not sure exactly what to do.
. egen zhawho= zanthro(height, ha, WHO), xvar(ageinmonths) gender(sex) gencode(male=1, female=0) ageunit(month)
and keep getting the error: "file "zlhagewho.dta" not found"
I understand that there are ancillary files that must be installed and perhaps those are missing but I did not see a separate option to download them when I search for zanthro using findit.
Does anyone know how to avoid the above error?
Additionally, I was trying to rewrite the WHO 2007 ado file (attached) to run on my Mac with no success either, does anyone have any suggestions? I think I need to change the paths but not sure exactly what to do.
Comment