Penta or DPT [message #24873] |
Sun, 24 July 2022 06:50 |
kclakhara
Messages: 30 Registered: June 2016 Location: New Delhi
|
Member |
|
|
Dear Sir/Madam,
Please help to get reported figures of "Penta or DPT" in the table 9.4 NFHS-5, India.
My computation is (SPSS):
***********DPT 1, 2, 3 either source******************
recode h3 (1,2,3=1) (else=0) into dpt1.
recode h5 (1,2,3=1) (else=0) into dpt2.
recode h7 (1,2,3=1) (else=0) into dpt3.
compute dptsum= dpt1+dpt2+dpt3.
fre dptsum.
***************Penta********************
recode h51 (1,2,3=1) (else=0) into dpt1p.
recode h52 (1,2,3=1) (else=0) into dpt2p.
recode h53 (1,2,3=1) (else=0) into dpt3p.
compute dptsump= dpt1p+dpt2p+dpt3p.
fre dptsump.
comp zxdpt1=0.
comp zxdpt2=0.
comp zxdpt3=0.
if (dpt1=1 or dpt1p=1) zxdpt1=1.
if (dpt2=1 or dpt2p=1) zxdpt2=1.
if (dpt3=1 or dpt3p=1) zxdpt3=1.
compute dptsumpp=zxdpt1+zxdpt2+zxdpt3.
fre dptsumpp.
Regards,
Kailash
Kailash Chandra Lakhara
|
|
|