๐ Repository Structure: Folder-by-Folder
๐ Repository Structure: Folder-by-Folder
This repository is organized by functional workflow. Each folder contains complete .do
files and simulated Indian datasets. All code is runnable and documented for clarity and reproducibility.
Folder | Description | Scripts Inside | Dataset(s) Used |
---|---|---|---|
data_management/ |
Data import, cleaning, merge, and labeling | import_cleaning.do , merge_append.do , โฆ |
health_survey.csv , โฆ |
descriptive_analysis/ |
Summary statistics, cross-tabulations, โฆ | summary_stats.do , โฆ |
education_labels.csv , โฆ |
regression_models/ |
OLS, logistic, DiD, clustered SEs | ols_example.do , did_clustered.do , โฆ |
baseline_endline.dta , โฆ |
visualization/ |
Equity graphs, dot plots, maps | dotplot.do , eq_plot.do , โฆ |
education_labels.csv , โฆ |
graphs_viz/ |
Stacked bar, boxplot, panel chart | stacked.do , panel_viz.do |
school_panel.dta , โฆ |
templates/ |
Standard templates for Stata projects | project_template.do , clean_labels.do |
Dummy/example only |