Code for Case Studies in
Data Analysis for Business, Economics, and Policy by Gábor Békés (CEU) and Gábor Kézdi (U. Michigan)
Graduate textbook forthcoming (January 2021) by Cambridge University Press
- R -- We used v3.6.3, but all code should work in v4.0, but some checks may be needed.
- Stata -- We used version 15, but raw data is saved in Stata 13 and allmost all code should work in version 13 up.
- Python (in preparation) -- We used Python 3.8.3.
- Each case study has a separate folder.
- Within case study folders, codes in different languages are simply stored together.
- Some intermediary files (csv, dta, rds) may be saved there, too.
- Currently output is not stored here
Get data by datasets
NOTE: Draft version, please do not share.
-
Step 1: Set the working directory for your project.
- Option 1: [Recommended] In case you use
RStudio
create a newRstudio
project for the case studies and load it every time you are working on the project. See the official documentation on how to create and useRstudio
projects. - Option 2: Make sure some other way that your working directory is the root folder of the case study repository.
- Option 1: [Recommended] In case you use
-
Step 2: Create an
.Renviron
file in your project folder and set the directory that contains the use case data. See more information in.Renviron
file here.- Copy (and rename to
.Renviron
) the.Renviron_sample
file - Set
DATA_DIR
to the absolute path of the directory that contains the use case data - If you have set up an
Rstudio
project described in Step 1. then just keep the new.Renviron
file in your project folder. If you do not useRstudio
project then make sure some other way that this.Renviron
file is processed.
- Copy (and rename to
Stata is used widely in social science research. MORE
(will be added)
(will be added)