Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to determine households with no income in the NTS #11

Open
Hussein-Mahfouz opened this issue Mar 28, 2024 · 0 comments
Open

How to determine households with no income in the NTS #11

Hussein-Mahfouz opened this issue Mar 28, 2024 · 0 comments
Labels
Task 1 creating activity chains

Comments

@Hussein-Mahfouz
Copy link
Collaborator

The National Travel Survey household table has a HHIncome2002_B02ID column for Household Income bands. The bands are

Value Label
1 Less than £25,000
2 £25,000 to £49,999
3 £50,000 and over
-8 NA
-10 DEAD

It is unclear if households with income = 0 are categorised under 1 or -8, There are very few rows with HHIncome2002_B02ID = -8

HHIncome2002_B02ID Percentage
1 35.969773
3 34.382872
2 29.559194
-8 0.088161

This is much lower than the ONS values that Sam mentioned:

From eg. ONS, we'd expect the number to be around 10-15% (e.g. 14.1% here)

It looks like households with income = 0 are grouped with other households of income < £25,000. I will match SPC households with income = 0 to HHIncome2002_B02ID = 1 in the NTS. This should improve the matching as I was previously matching them to HHIncome2002_B02ID = -8

Households with income = 0 cannot be directly determined from the HHIncome2002_B02ID column. One option would be to

  1. find household in the NTS where HHoldEmploy_B01ID (Number of employed in household) = 0 & HHIncome2002_B02ID = 1 and assume that these households have 0 income.
  2. Match these households with households in the SPC where salary_yearly = 0

This is not an immediate issue but I may return to it in the future

@Hussein-Mahfouz Hussein-Mahfouz added the Task 1 creating activity chains label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task 1 creating activity chains
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant