What are these missing values of skilled ANC providers indicating? [message #19090] |
Sun, 19 April 2020 04:07 |
anikhpg42@gmail.com
Messages: 38 Registered: December 2017 Location: Bangladesh
|
Member |
|
|
Hi,
I want to find out the ANC coverage of Bangladesh, using BDHS 2014.
First I have applied the stata command """ keep if v208 !=0 & v208 !=. """; so, women with no birth since last 5 years disappeared. The final women were 6855.
Then I saw the tabulated number of ANC of Qualified doctor (m2a_1), there, ANC was covered by doctors in 57.9% cases with total 4627 women. [Which correctly matched with the BDHS'14 final report]
So, there were more than 2200 missing values.
Now, can anyone tell me what these missing values (2200 values) indicating? I mean, why there are such a huge values got missing?
Thank you
ASIBUL ISLAM ANIK
[Updated on: Sun, 19 April 2020 04:09] Report message to a moderator
|
|
|
|
Re: What are these missing values of skilled ANC providers indicating? [message #19094 is a reply to message #19092] |
Mon, 20 April 2020 03:54 |
anikhpg42@gmail.com
Messages: 38 Registered: December 2017 Location: Bangladesh
|
Member |
|
|
Hi,
Thanks for your suggestions. I have already applied my own commands and matched with BDHS'14 final report for ANC skilled and unskilled providers.
But, when I dropped women of no ANC visit and no child, then if you see the m2a_1 variable with missing, then you will see 2361 missing values. (I have attached the image of my findings, without svy command)
In your commands, you kept these missing values as else, i.e. recode m2a_1 (1=1 "doctor") (0=0 "not doctor") (else=.), gen(doctor)
... There is the (else==.).
But, my question was, why are there missing values? what are they indicating?
-
Attachment: Untitled.png
(Size: 24.32KB, Downloaded 526 times)
ASIBUL ISLAM ANIK
[Updated on: Mon, 20 April 2020 03:54] Report message to a moderator
|
|
|