Dear Statalist members,
I would be glad if you could help me out with this one.
I am using (pooled) cross-country survey data on roughly 40k individuals across 18 Latin American countries (LAPOP surveys, Vanderbilt Univ.). I seek to build a variable measuring the wealth of a given respondent based on his or her possession of 10 different household items (a television set, a fridge, a landline, a cell phone, a vehicle, a washing machine, a microwave, an indoor bathroom, and a compute). Whether or not an interviewee possesses any one of these items is indicated through a dummy variable (w1-w10)
I try to follow http://www.vanderbilt.edu/lapop/insights/I0806en.pdf in building the index. However, I do not know what the necessary steps to perform the corresponding principal component analysis (PCA) are. The rather brief instructions are as follows:
"As suggested in the literature, all variables were first dichotomized (1=Yes, 0=No) to indicate the ownership of each household asset (Vyass and Kumaranayake 2006). Weights (effectively defined by factor scores) for each asset were computed separately for urban and rural areas for each country. Then, a “relative wealth” variable was created in the pooled dataset. Thus, the wealth index takes into account the distribution of assets in urban and rural areas within a given country in order to reflect each country’s economic conditions across urban and rural areas."
Could someone tell me what the corresponding stata syntax would look like? country is the variable indicating the country of a respondent (1-18), while urban is a binary variable indicating whether a given respondent lives in an urban or rural area.
Thanks so much and kind regards,
Walter
I would be glad if you could help me out with this one.
I am using (pooled) cross-country survey data on roughly 40k individuals across 18 Latin American countries (LAPOP surveys, Vanderbilt Univ.). I seek to build a variable measuring the wealth of a given respondent based on his or her possession of 10 different household items (a television set, a fridge, a landline, a cell phone, a vehicle, a washing machine, a microwave, an indoor bathroom, and a compute). Whether or not an interviewee possesses any one of these items is indicated through a dummy variable (w1-w10)
I try to follow http://www.vanderbilt.edu/lapop/insights/I0806en.pdf in building the index. However, I do not know what the necessary steps to perform the corresponding principal component analysis (PCA) are. The rather brief instructions are as follows:
"As suggested in the literature, all variables were first dichotomized (1=Yes, 0=No) to indicate the ownership of each household asset (Vyass and Kumaranayake 2006). Weights (effectively defined by factor scores) for each asset were computed separately for urban and rural areas for each country. Then, a “relative wealth” variable was created in the pooled dataset. Thus, the wealth index takes into account the distribution of assets in urban and rural areas within a given country in order to reflect each country’s economic conditions across urban and rural areas."
Could someone tell me what the corresponding stata syntax would look like? country is the variable indicating the country of a respondent (1-18), while urban is a binary variable indicating whether a given respondent lives in an urban or rural area.
Thanks so much and kind regards,
Walter
Comment