From 879b8e738fa80a127a6e71dabbd256509ac88245 Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Tue, 28 Apr 2015 11:04:58 +0100 Subject: [PATCH] switched to levelsof ID for final run --- CER-calculate-AR.do | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CER-calculate-AR.do b/CER-calculate-AR.do index 942c44a..8a49981 100644 --- a/CER-calculate-AR.do +++ b/CER-calculate-AR.do @@ -94,10 +94,10 @@ gen s_hour = hh(s_halfhour) * this creates a big list of all IDs so we can loop over it - takes a while * could just start from min & loop to max - but would then be testing for non-existent households -* qui: levelsof ID, local(ids) +qui: levelsof ID, local(ids) * for testing -local ids "1002 1003 1004" +* local ids "1002 1003 1004" foreach m of local midweek { di "****************" -- GitLab