Definition of country-specific variables [message #3892] |
Mon, 02 March 2015 07:20 |
cpfeifer
Messages: 10 Registered: January 2015 Location: Kenya
|
Member |
|
|
Hello
I am trying to extract the livestock data from different countries. Many countries do have a country specific variables, as for example HV246H in the Ethiopia household dataset.
Where can i find the information about what the country specific variables represent in general ? Or at least for the livestock data( in the case of Ethiopia,are these camels?).
Thanks a lot
Catherine
|
|
|
Re: Definition of country-specific variables [message #3902 is a reply to message #3892] |
Wed, 04 March 2015 11:28 |
Liz-DHS
Messages: 1516 Registered: February 2013
|
Senior Member |
|
|
Dear User,
Country specific variables are assigned when something in the survey's questionnaire is non-standard from our model questionnaire and cannot be recoded into one of our existing recode variables. Country specific variables will be coded starting with the letter "S" and usually will match question number used in the questionnaire. However, for Ethiopia DHS 2011, there is no country specific variable for QH122C in the household questionnaire. Camels is one of the categories here and is coded as follows in the recode application:
HV246G = NAToZero( QH122C ); { camels }
The variable you want to look at if you are looking for camels is HV246G.
Thank you for your post.
|
|
|
|
Re: Definition of country-specific variables [message #3929 is a reply to message #3919] |
Sat, 07 March 2015 09:47 |
Liz-DHS
Messages: 1516 Registered: February 2013
|
Senior Member |
|
|
Dear User,
The adjusted questionnaires are in the back of each final report, in an appendix. When you download the data, you will be able to find the country specific variables in the documentation distributed with the data as well as in the dictionary, frequencies and map distributed with the data. There will be a section in the documentation showing all the country specific questions. These country specific variables should start with the letter "S" and correspond to the actual question number of the questionnaire used in the field. For example, For Ethiopia DHS 2011: SH110J Bed with cotton/sponge/spring mattress refers to QH110 the 10th choice in that question. This is something that could not be recoded into any of our existing recode variables. For a complete list and to download any of our final reports please visit this link http://dhsprogram.com/publications/Publication-Search.cfm
If you have additional questions, please feel free to post again.
|
|
|
|
|
Re: Definition of country-specific variables [message #4162 is a reply to message #4140] |
Fri, 10 April 2015 23:34 |
Liz-DHS
Messages: 1516 Registered: February 2013
|
Senior Member |
|
|
Dear User,
Below you will see how these variables were recoded in CSPro and what they are called:
{ country specific variables }
{ variables coming from the household }
if QH05(QLINE) = 1 then
S110E = yesno( QH110E ); { mobile phone }
S110H = yesno( QH110H ); { table }
S110I = yesno( QH110I ); { chair }
S110J = yesno( QH110J ); { bed with mattress }
S110K = yesno( QH110K ); { electric mitad }
S110L = yesno( QH110L ); { kerosene lamp }
else
S110E = 7;
S110H = 7;
S110I = 7;
S110J = 7;
S110K = 7;
S110L = 7;
endif;
S105 = NaToZero( Q105 );
Please post again if you still have questions. Thank you!
|
|
|
|
|
|
Re: Definition of country-specific variables [message #14583 is a reply to message #3892] |
Sun, 22 April 2018 00:19 |
kingx025
Messages: 95 Registered: August 2016 Location: Minneapolis. Minnesota
|
Senior Member |
|
|
Many but not all country-specific variables from the countries included in IPUMS-DHS (28 countries as of this writing) have been incorporated in IPUMS-DHS. In the drop-down menus on the select data pages, look for a broad topical area and then see if the country-specific variables are included for samples of interest. For example:
Many variables on agricultural possessions are country-specific, without standard names, but are given standard names and codes in IPUMS-DHS:
https://www.idhsdata.org/idhs-action/variables/group?id=hhol d_ag
Similarly, many but not all variables on other household possessions are non-standard but included in IPUMS-DHS:
https://www.idhsdata.org/idhs-action/variables/group?id=hhol d_possess
While IPUMS-DHS does not include all of the non-standard, country-specific variables, several thousand of them have been incorporated in the database, and checking the online documentation about variable availability for various topics can help you identify which samples include such country-specific variables, and to learn about these variables by clicking on the variable names.
Miriam King
Dr. Miriam King
IPUMS-DHS Project Manager (www.idhsdata.org)
|
|
|