Staff trained for ANC [message #21888] |
Tue, 05 January 2021 10:46 |
bakerchowdhury
Messages: 25 Registered: April 2014
|
Member |
|
|
"I would like to create the variable "Staff trained for ANC" using Nepal Health Facility Survey-2015 (Report-Table 6.2 page 120). First I merged the provider data with facility inventory data. Then I tried using the following code but the result was not similar to the report:
gen trained_staff=0
replicate trained_staff=1 if P502_1 ==1 | P502$2==1 | P502$3==1 | P502$4==1 | (P505$1==1 | P505$5==1)
"
|
|
|