From 04a8aa665b6724b705caab76eac638437e862c65 Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Fri, 10 Oct 2014 17:50:29 +0100 Subject: [PATCH] removed descriptives tests as duplicated in descriptives script --- NEED/process-NEED-EULF-2014.do | 3 --- 1 file changed, 3 deletions(-) diff --git a/NEED/process-NEED-EULF-2014.do b/NEED/process-NEED-EULF-2014.do index bc44549..e80cff9 100644 --- a/NEED/process-NEED-EULF-2014.do +++ b/NEED/process-NEED-EULF-2014.do @@ -174,9 +174,6 @@ if `create_longfile' { rename _j year * set as panel xtset HH_ID year - di "* check distributions for `samplet' sample" - xtdescribe - xtsum Gcons Econs compress save "`dpath'/processed/`ifile'_consumptionfile_long_`samplet'.dta", replace * this leaves us with the long form file in memory -- GitLab