Dear Mark and Ernest, thanks for developing the zscorer package; it is a great help.
I would like to ask your help, as when I compare the results I get from Zscorer to the one from Anthro in R , there are some discrepancies. Specifically, with Zscorer, the number of children defined as SAM, according to their WHZ, is lower than the number I get in anthro.
The sample includes 200 children aged 6 to 60 months old.
The commands we used in R were:
fullbaseline <- addWGSR(data=fullbaseline, sex= "sex_child", firstPart= "weight_average", secondPart= "height_average", index = "wfh", standing = "height_position", output = "WHZ")
age was counted in days according to the formula:
fullbaseline$age_days<-fullbaseline$child_age * (365.25 / 12)
With this command, we get :
table(fullbaseline$sam_mam)
MAM :107 ; SAM : 93
with (fullbaseline, anthro_zscores ( sex = sex_child, age = age_child_months, is_age_in_month = TRUE, weight = weight_average, lenhei = height_average, measure= height_position, armc = MUAC_average, triskin = triceps, subskin = subscapula ) )
With this command, we get :
table(fullbaseline$sam_mam)
MAM: 92 ; SAM : 107
With Anthro, we have one missing data as one child was 60 months and a few days at the enrolment.
Here, I report some examples of children defined SAM in Antrho and MAM in Zscorer
from en-net.org (https://www.en-net.org/question/3787.aspx#lastpost):
Issue related to #121