Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
luizaandrade committed Feb 5, 2021
2 parents 40b6120 + 3b02146 commit 96b0163
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions Reproducibility Package/dofiles/rider-audits/pooled/7_construct.do
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
/*******************************************************************************
* Demand for "Safe Spaces": Avoiding Harassment and Stigma *
* Identify stations covered by each ride *
* Construct analysis variables *
********************************************************************************
* REQUIRES: ${dt_final}/pooled_rider_audit_rides.dta
${dt_final}/pooled_rider_audit_exit.dta
${dt_raw}/baseline_raw_deidentified.dta
${doc_rider}/pooled/codebooks/label-constructed-data.xlsx
* CREATES: ${dt_final}/pooled_rider_audit_constructed_full.dta
${dt_final}/pooled_rider_audit_constructed.dta
* WRITEN BY: Luiza Andrade, Kate Vyborny, Astrid Zwager
* OVERVIEW: Load and merge data
Fix users who received mixed assignments
Construct new variables
Recoding variables
Keep only variables used for analysis
Save full data set
Save paper sample
REQUIRES: ${dt_final}/pooled_rider_audit_rides.dta
${dt_final}/pooled_rider_audit_exit.dta
${doc_rider}/pooled/codebooks/label-constructed-data.xlsx
CREATES: ${dt_final}/pooled_rider_audit_constructed_full.dta
${dt_final}/pooled_rider_audit_constructed.dta
WRITEN BY: Luiza Andrade, Kate Vyborny, Astrid Zwager
OVERVIEW: 1 Load and merge data
2 Construct new variables
3 Recode values
4 Keep only variables used for analysis
5 Save full data set
6 Save paper sample
*******************************************************************************
Load and merge data
Expand Down

0 comments on commit 96b0163

Please sign in to comment.