You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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
The text was updated successfully, but these errors were encountered:
The National Travel Survey household table has a
HHIncome2002_B02ID
column for Household Income bands. The bands areIt is unclear if households with income = 0 are categorised under
1
or-8
, There are very few rows withHHIncome2002_B02ID
= -8This is much lower than the ONS values that Sam mentioned:
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 toHHIncome2002_B02ID = -8
Households with income = 0 cannot be directly determined from the
HHIncome2002_B02ID
column. One option would be toHHoldEmploy_B01ID
(Number of employed in household) = 0 &HHIncome2002_B02ID
= 1 and assume that these households have 0 income.salary_yearly
= 0This is not an immediate issue but I may return to it in the future
The text was updated successfully, but these errors were encountered: