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

reduced variables to be extracted to basic set

parent fa52d4d8
Branches
No related tags found
No related merge requests found
...@@ -79,23 +79,18 @@ local do_extracts 1 ...@@ -79,23 +79,18 @@ local do_extracts 1
* put case in each keep var if otherwise empty * put case in each keep var if otherwise empty
* -> dvhh file * -> dvhh file
* basic weighting & consumption expenditure codes * basic weighting
* p60*t p61*t p630* local dvhh_keepvars = "case weighta weightq"
local dvhh_keepvars = ""
* needed for income equivalisation later * needed for income equivalisation later
local dvhh_keepvars = "`dvhh_keepvars' incanon a055 g018 g019 p116* p344* p389* p396*" local dvhh_keepvars = "`dvhh_keepvars' incanon a055 g018 g019 p116* p344* p389* p396*"
* DEMAND 2.3 (older people mobile lives) * DEMAND 2.1.1 (domestic ICT)
*local dvhh_keepvars = "`dvhh_keepvars' b480 b481 b485 cc5413t c73312t" // overseas travel expenditures local dvhh_keepvars = "`dvhh_keepvars' a101 a170 a171 a172 a190 a191 a192 a193 a194 a195 a1641 a1642 a1643 a1644 a1645 a1661 a1701 a1711"
* DEMAND 3.1 (adapting infrastructures)
* a1701 a1711
local dvhh_keepvars = "`dvhh_keepvars' a103 a108 a128 a130 a15* a16*" // energy using appliances
* -> dvper file * -> dvper file
local dvper_keepvars = "case" local dvper_keepvars = "case"
* -> rawhh file * -> rawhh file
* DEMAND 2.3 (older people mobile lives) local rawhh_keepvars = "case"
local rawhh_keepvars = "flydes*" // flights - NB see 2012 fix below in rawhh section
* -> rawper file * -> rawper file
local rawper_keepvars = "case" local rawper_keepvars = "case"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment