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

added comments & altered source of survey data

parent f513fd3d
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ global where "/Users/ben/Documents/Work" ...@@ -34,7 +34,7 @@ global where "/Users/ben/Documents/Work"
global proot "$where/Projects/ESRC-Transformative-Census2022" global proot "$where/Projects/ESRC-Transformative-Census2022"
global rfiles "$proot/results/CER-Irish-SM-Trial" global rfiles "$proot/results/CER-Irish-SM-Trial"
* original files * original files
global odfiles "$where/Data/Social Science Datatsets/CER Smart Metering Project" global odfiles "$where/Data/Social Science Datatsets/CER Smart Metering Project/data"
* processed files * processed files
global pdfiles "$proot/data/cer" global pdfiles "$proot/data/cer"
...@@ -76,7 +76,10 @@ tab wkend_fitcluster midwk_fitcluster, mi ...@@ -76,7 +76,10 @@ tab wkend_fitcluster midwk_fitcluster, mi
save "$pdfiles/October 2009 summaries/OctHH_clusterIDs.dta", replace save "$pdfiles/October 2009 summaries/OctHH_clusterIDs.dta", replace
merge 1:1 ID using "$pdfiles/Smart meters Residential pre-trial survey data-$version.dta" * add in survey data created using
* https://github.com/dataknut/Census2022/blob/master/CER-data-processing-original.do
merge 1:1 ID using "$odfiles/processed/Smart meters Residential pre-trial survey data-$version.dta"
* so 746 households don't match to the Oct 2009 sample leaving us with 3,486 * so 746 households don't match to the Oct 2009 sample leaving us with 3,486
gen oct_sample = 0 gen oct_sample = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment