Hello, I would like to support me with the following:
I have 18 variable dummy with information about beneficiaries of projects coded of it following way:
label list X (18 variables)
1 yes (benefited)
2 no (not benefited)
I want to know in that quintiles are the benefit of the projects. By that attempt to do a table across the information of quintiles with them 18 varibles dummy if and only if, the answers of DUMMY have value 1:
local gana "s1p322 s1p325 s1p326 s1p327 s1p328 s1p329 s1p3211 s1p3212 s1p3213 s1p3214 s1p3215 s1p3216 s1p3217"
tab crit_quint `gana' if `gana'==1 [fw=ef]
But it gives me error.
Please help me, I've tried many ways but is still error
I have 18 variable dummy with information about beneficiaries of projects coded of it following way:
label list X (18 variables)
1 yes (benefited)
2 no (not benefited)
I want to know in that quintiles are the benefit of the projects. By that attempt to do a table across the information of quintiles with them 18 varibles dummy if and only if, the answers of DUMMY have value 1:
local gana "s1p322 s1p325 s1p326 s1p327 s1p328 s1p329 s1p3211 s1p3212 s1p3213 s1p3214 s1p3215 s1p3216 s1p3217"
tab crit_quint `gana' if `gana'==1 [fw=ef]
But it gives me error.
Please help me, I've tried many ways but is still error