BBieri / StataProjectTemplate

Simple Stata Project Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StataProjectTemplate

This is a simple Stata project template that can be used to set up the basic file structure of a data science project. Here are a few things to note before starting:

Notes

  • The project contains a Master do-file which calls the relevant sub-dofiles that are more project oriented.
  • The do-file is carefully commmented and should guide you when replicating the analysis.
  • The .gitignore file prevents raw data from being uploaded to GitHub. This ensures the safety of the data.
  • Note the sysinfo of the machine/configuration with which all elements of the analysis were run in this README.

Sysinfo

Paste your sysinfo here.

Acknowledgements:

This template reuses and was in part inspired by the excellent {ietoolkit} package by the DIME team at the World Bank.

About

Simple Stata Project Template

License:GNU General Public License v3.0


Languages

Language:Stata 92.1%Language:TeX 7.9%