Skip to content
Snippets Groups Projects
Commit 72ef1dc2 authored by Ben Anderson's avatar Ben Anderson
Browse files

fixed incorrect calculation of number of residents

parent 41548bd9
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ tab ba_nchildren Question410Whatbestdescribes, mi
*********
* n residents
gen ba_npeople = Question43111Howmanypeopleu + Question420Howmanypeopleove
gen ba_npeople = ba_nadults + ba_nchildren
*********
* employment status of HRP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment