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

deleted tmp variables to reduce file size

parent 9188a975
No related branches found
No related tags found
No related merge requests found
...@@ -253,6 +253,7 @@ gen halfhour = substr(tmp_timestamp,4,5) ...@@ -253,6 +253,7 @@ gen halfhour = substr(tmp_timestamp,4,5)
tab date tab date
* really out to fix dates properly here
* how many households do we have in this sample? * how many households do we have in this sample?
* should be same as from the clustering * should be same as from the clustering
...@@ -264,6 +265,8 @@ restore ...@@ -264,6 +265,8 @@ restore
gen midweek = 1 gen midweek = 1
lab def midweek 0 "Saturday/Sunday" 1 "Tuesday-Thursday" lab def midweek 0 "Saturday/Sunday" 1 "Tuesday-Thursday"
lab val midweek midweek lab val midweek midweek
drop tmp_timestamp
save "$pdfiles/CER_OctHH_data/CER_Oct2009HH_mdwk_30min.dta", replace save "$pdfiles/CER_OctHH_data/CER_Oct2009HH_mdwk_30min.dta", replace
******************************* *******************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment