Support #1757
openComputing a travel time to work variable using jsttwt (and jsttwtb_cawi?)
100%
Description
Hi,
I'm trying to compute a variable measuring how long it takes respondents to travel to work. To do this, I need to include self-employed workers, and so want to use jsttwt, however I notice that the variable doesn't actually record the respondent's answer in minutes, like the variable for those in regular employment: jbttwt (https://www.understandingsociety.ac.uk/documentation/mainstage/dataset-documentation/variable/jbttwt).
Is this information available anywhere? I notice that there is the jsttwtb_cawi variable for CAWI respondents (and which I assume therefore misses some respondents), but only available for the UKHLS waves.
Thanks,
Updated by Understanding Society User Support Team over 2 years ago
- 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.
Best wishes,
Understanding Society User Support Team
Updated by Understanding Society User Support Team over 2 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 80
You are correct.
The variable which records number of minutes taken to travel to work for those who are self-employed and the interview is not by WEB is recorded in w_jsttwtb (w_jsttwt just records whether they reported the distance or not).
The variable which records number of minutes taken to travel to work for those who are self-employed and the interview is by WEB is recorded in w_jsttwtb_cawi
The variable which records number of minutes taken to travel to work for those who are in paid employment is recorded in w_jbttwt
Please see the "Universe" below these questions in the questionnaire to know who is eligible for that question.
Hope this helps.
Best wishes,
Understanding Society User Support Team
Updated by Albert Ward over 2 years ago
Ah, that makes sense thanks. For some reason, I missed w_jsttwtb.
It seems that w_jsttwtb includes CAWI responses from wave 7 onwards though (from looking at the questionnaire). Is that right? I can see this syntax:
'Use
If (JSTTWTB_CAWI > 0) Compute JSTTWTB=JSTTWTB_CAWI;
Else: Ask;
'
Thanks,
Albert
Updated by Understanding Society User Support Team about 2 years ago
Yes you are right. Even though the information is collected in two separate questions/variables for CAWI and non-CAWI interviews, these are combined into g_jsttwtb.
Best wishes,
Understanding Society User Support
Updated by Albert Ward about 2 years ago
Great! Thanks for your help
Best,
Albert
Updated by Understanding Society User Support Team about 2 years ago
- Status changed from Feedback to Resolved
- % Done changed from 80 to 100