-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
71977d2
commit eb1eb8a
Showing
7 changed files
with
268,662 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
set more off | ||
cd "/Users/angiekim/code/econ1660/final-project" | ||
|
||
clear all | ||
|
||
import delimited "/Users/angiekim/code/econ1660/final-project/totals.csv", encoding(ISO-8859-1) | ||
|
||
//check if the differences are meaningful | ||
//ttest real2017 == simulated2017, unpaired | ||
//ttest cap20 == cap30, unpaired | ||
//ttest cap20 == simulated2018, unpaired | ||
//ttest cap30 == simulated2018, unpaired | ||
|
||
summarize real2017 simulated2017 simulated2018 | ||
|
||
//esttab using all.tex, cells("mean sd sum min max") noobs nonumber title("Summary of Monthly Visits") | ||
|
||
//eststo clear | ||
|
||
summarize simulated2017 cap20 cap225 cap25 cap30 cap325 cap35 | ||
|
||
//esttab using caps.tex, cells("mean sd sum min max") noobs nonumber title("Summary of Monthly Visits with Charging Caps") | ||
//eststo clear | ||
|
||
summarize simulated2018 missing1 missing2 missing3 | ||
|
||
//esttab using missing.tex, cells("mean sd sum min max") noobs nonumber title("Summary of Monthly Visits with Missing Stations") | ||
//eststo clear |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.