A template or cookiecutter for a scientific research project using STATA. Please freely use this template for your STATA project. Further do-files are under development.
Version 0.0.1
- Upload script (do-files) containing structure of project
master.do
is a script to run all the script (do-files) // I might change the name to be more politically sensitive- By running
master.do
, the script will automatically record the log astoday_date
+.scml
format gen_dataset.do
is a script to generate dummy dataset using random distribution // you may delete this script and change the dataset using your own dataset
- Update
data_cleaning
- Update
EDA.do
that includes duplicates check and missing data treatment / check - Generate script for reporting summary statistics (
estab
andestout
) and regression results (usingoutreg2
) - If I have time, i will create do files to check datetime, string data, as well as one that automate the directory change to reduce the user hassle.
Cheers, Ega