Skip to content
Snippets Groups Projects
Commit 77a16da0 authored by Ben Anderson's avatar Ben Anderson
Browse files

updated EULF 2014 processing script

explained sub-sample selection process
parent bce84fa3
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,8 @@ local ifile "need_eul_may2014"
local dfile_orig "`dpath'UKDA-7518-stata11/stata11/`ifile'.dta"
* if you really wanted to you could set up a loop to iterate over a list of sample values to create a set of random sub-samples
* we'll just create a random sub-sample of sample% to make testing models etc easier
* If you really wanted to you could set up a loop to iterate over a list of sample values to create a set of random sub-samples
* For now we'll just create a random sub-sample of sample% to make testing models etc easier
* 10 = 10% sample, 50 = 50% sample, 100 = 100% sample etc
local sample 20
local samplet "`sample'pc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment