From 77a16da0088daf9195461b46cae795a327519444 Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Thu, 23 Oct 2014 22:40:48 +0100 Subject: [PATCH] updated EULF 2014 processing script explained sub-sample selection process --- NEED/process-NEED-EULF-2014.do | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEED/process-NEED-EULF-2014.do b/NEED/process-NEED-EULF-2014.do index 5d1af39..ede8ae8 100644 --- a/NEED/process-NEED-EULF-2014.do +++ b/NEED/process-NEED-EULF-2014.do @@ -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" -- GitLab