Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Census2022
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SERG
Census2022
Commits
5fe27745
Commit
5fe27745
authored
10 years ago
by
Ben Anderson
Browse files
Options
Downloads
Patches
Plain Diff
deleted tmp variables to reduce file size
parent
9188a975
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CER-data-processing.do
+3
-0
3 additions, 0 deletions
CER-data-processing.do
with
3 additions
and
0 deletions
CER-data-processing.do
+
3
−
0
View file @
5fe27745
...
@@ -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
*******************************
*******************************
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment