Welcome! This GitHub repository has been created for educational purposes and is set to public visibility so everyone can access and learn from it.
Statasubfolder: contains code written in Stata (tested with State/BE 18)Rsubfolder: contains code written in Rdatasubfolder: a folder you will add manually to store datasets (not included in the repository)
- Log in to your GitHub account (note: you may need to use two-factor authentication).
- Create your own copy of the repository by clicking the Fork button in the top-right corner of this page. This will add a personal version of the repository to your GitHub account, where you can make your own changes.
📘 More info about fork and clone
- Navigate to your GitHub account to check
- Open GitHub Desktop.
- Go to File > Clone repository
- Select your forked repository’s URL to start working locally.
- Select For my own purposes to avoid sending your updates directly to the main project
📘 More info about fork and clone
Work on your version locally
- Create a folder named
data(⚠️ all lowercase) in your local copy of the repository - Copy the three RDM datasets to this
datafolder. ⚠️ Double-check thatdata/is included in the.gitignorefile, to make sure these datasets are not accidentally pushed to the GitHub server.- Check that the three datasets in the data folder do not appear in GitHub Desktop. This is normal — the folder is excluded because it is listed in the
.gitignorefile. - Edit the code as needed to complete your tasks.
- Save your changes with *Commit"
- send them to GitHub with git push.
- Check with Fetch
- Sync your fork with the original repo to stay current. You can do this via a pull from the upstream repository.
Want to contribute back? Submit a pull request to the original repository and share your improvements.
- Quarto self-paced initiation training website - A step-by-step online training resource developed by Swiss TPH Research-IT to help you get started with some of the Quarto basics at your own pace.
This course was orginally designed and delivered by
- Prof. M. Hetzel
- Dr. M. Kwiatkowski
The materials available in this repository are based on their original content, and were adapted adapted by Dr H. Langet in 2024-2025, with inputs and feedback from M. Bresser.
2025 tutors:
- Zhihan Zhu :)
- Anouk Petitpierre




