Quick Instructions for Data Organization
What you need to do:
- Place the script: Put
just-click.do
in the same folder as your .dta
files and other project files
- Run it: Open terminal/command prompt in that folder and run:
stata-mp -b do just-click.do
(Or however you normally run Stata scripts)
- Send back: The script creates
ukb-project.tar.gz
- just send us that single file
What it does:
- Organizes your files into clean folders (data, scripts, output, docs)
- Runs your analysis
- Packages everything into one file for easy sharing
That's it! The script handles all the file organization automatically.