Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dime-worldbank/reproducible-template-stata
Repo for Reproducibility in Stata CE Session
https://github.com/dime-worldbank/reproducible-template-stata
Last synced: about 1 month ago
JSON representation
Repo for Reproducibility in Stata CE Session
- Host: GitHub
- URL: https://github.com/dime-worldbank/reproducible-template-stata
- Owner: dime-worldbank
- Created: 2022-06-28T18:24:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T01:32:02.000Z (over 2 years ago)
- Last Synced: 2023-03-09T01:03:05.791Z (almost 2 years ago)
- Language: Stata
- Size: 336 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Instructions for setting up the demo
1. Click on **Code**.
2. You can either *download* or *clone* the repository using GitHub Desktop.
3. Create a folder called **Outputs**. This is where we will store our regression outputs.
4. Open **Do files** folder, and open ***reproducibility_demo.do***.## Checking for reproducibility and stability of outputs
#### First Run
1. Run ***reproducibility_demo.do***
2. **Commit** the outputs on GitHub Desktop. ***Note*** that you must name the commit every time.
#### Second run
1. Run do-file again.
2. Look at the changes on GitHub Desktop.
3. Commit again.
#### Third run
1. Run do-file again.
2. Look at changes on GH.
3. Commit changes.### Now, uncomment Line 47 on the code.
#### Fourth run
1. Run do-file again.
2. Look at changes on GH.
3. Commit changes.#### Fifth run
1. Run do-file again.
2. **There should be no changes now!**#### FIN.