Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
angiejwkim committed Jul 19, 2019
1 parent 71977d2 commit eb1eb8a
Show file tree
Hide file tree
Showing 7 changed files with 268,662 additions and 0 deletions.
28 changes: 28 additions & 0 deletions check_significance.do
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
133,560 changes: 133,560 additions & 0 deletions data.csv

Large diffs are not rendered by default.

268 changes: 268 additions & 0 deletions rate-estimation.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit eb1eb8a

Please sign in to comment.