Checking The Skill of ANC Provider [message #20356] |
Mon, 26 October 2020 08:58 |
shujaat.smc@gmail.com
Messages: 75 Registered: July 2020
|
Senior Member |
|
|
Dear DHS Representative
I want to use variable ANC care provider status as a binary variable (Skilled Vs NonSkilled).
gen ANCProviderStatus=.
replace ANCProviderStatus=1 if m3a==0 | m3b==0 | m3c==0 | m3d==0 | m3e==0
replace ANCProviderStatus=0 if m3a==1 | m3b==1 | m3c==1 | m3d==1 | m3e==1
I use code0 for those women who had received ANC care from a skilled provider.
Kindly check my STATA Command, is this correct, the second reason for asking this question is that the variable I generated by this command is showing the p-value of 0.72 (insignificant).
How can I fix this problem?
Waiting for your reply.
Best Regards
Dr. Hussain
|
|
|