Project

General

Profile

Actions

Support #1826

open

Socioeconomic status

Added by Sadia Riya about 2 years ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Normal
Category:
Derived variables
Start date:
12/06/2022
% Done:

100%


Description

I wondered if there is a variable for socioeconomic status (e.g., parents' annual income) that I could match with the adolescent data I'm using from UKHLS (files i_youth and cf_youth_p). I have looked in the xwavedat file but nothing seems appropriate. If there is one, how would I match it to the adolescent individuals in the files I am using?

Thank you


Files

Socioeconomic status.do (1.47 KB) Socioeconomic status.do Understanding Society User Support Team, 12/08/2022 09:47 PM
Actions #1

Updated by Understanding Society User Support Team about 2 years ago

  • Status changed from New to In Progress
  • % Done changed from 0 to 10
  • Private changed from Yes to No

Many thanks for your enquiry. The Understanding Society team is looking into it and we will get back to you as soon as we can.

We aim to respond to simple queries within 48 hours and more complex issues within 7 working days. While we will aim to keep to this response times due to the current coronavirus (COVID-19) related situation it may take us longer to respond.

Best wishes,
Understanding Society User Support Team

Actions #2

Updated by Understanding Society User Support Team about 2 years ago

  • Private changed from No to Yes
Actions #3

Updated by Understanding Society User Support Team about 2 years ago

Hello Sadia,

A sketch of the matching is as follows:
For i_youth file, you have different identifiers for parents (i_fnpid: natural father pidp, i_mnpid: natural mother pidp, i_pn1pid: natural parent 1 pidp, i_pn2pid: natural parent 2 pidp, i_pns1pid: nat/step/adopt parent 1 pidp, i_pns2pid: nat/step/adopt parent 2 pidp, i_fnspid: nat/step/adopt father pidp, i_mnspid: nat/step/adopt mother pidp) then you will need to choose one of these variables to match any information from them (not only income variables but also all the information the study has about them, e.g education, employment, etc.). Once you choose which parent variable you want to use (let's say i_fnpid: natural father) you will need to rename it to pidp which is the cross-wave person identifier to match with other files. But first, you will need to rename pidp (cross-wave youth identifier in this case) to, let’s say pidp_y and then i_fnpid to pidp. Then you can merge this file (by pidp) with i_indresp to obtain income variables.

For cf_youth_p you will need first to merge it with _indall ( = a,b,c,d,e,f,g,h,i,j,k,l) files to get the parents identifiers (*_fnpid *_mnpid *_pn1pid *_pn2pid *_pns1pid *_pns2pid *_fnspid *_mnspid) Then repeat the process as in i_youth file.

Attached you will find a Stata syntax code example.

If you need more information about the previous variables you can use the variable search at: https://www.understandingsociety.ac.uk/documentation/mainstage/dataset-documentation

To have more information about income variables please see the derived income variables user guide: https://www.understandingsociety.ac.uk/documentation/mainstage/user-guides/main-survey-user-guide/derived-income-variables

Hope this helps.

Best wishes,
Understanding Society User Support Team

Actions #4

Updated by Understanding Society User Support Team about 2 years ago

  • Status changed from In Progress to Feedback
  • % Done changed from 10 to 50
Actions #5

Updated by Understanding Society User Support Team almost 2 years ago

  • % Done changed from 50 to 90
  • Private changed from Yes to No
Actions #6

Updated by Sadia Riya almost 2 years ago

Thank you for the response. Is there a SPSS syntax code example you could provide rather than Stata?

Actions #7

Updated by Understanding Society User Support Team about 1 year ago

Sorry for the late reply Sadiya - currently we only provide syntax code for derived variables in Stata.

Actions #8

Updated by Understanding Society User Support Team about 1 year ago

  • Category set to Derived variables
  • % Done changed from 90 to 100
Actions #9

Updated by Understanding Society User Support Team about 1 year ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF