From 5902f4848e9483b57aed3f151ed2b2d9ddfdb531 Mon Sep 17 00:00:00 2001 From: Ben Anderson <dataknut@users.noreply.github.com> Date: Fri, 12 Sep 2014 09:39:49 +0100 Subject: [PATCH] updated license file & data source --- process-NEED-EULF-2014.do | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/process-NEED-EULF-2014.do b/process-NEED-EULF-2014.do index 268737c..f4d521e 100644 --- a/process-NEED-EULF-2014.do +++ b/process-NEED-EULF-2014.do @@ -1,11 +1,11 @@ * Script to turn original wide 2014 EULF version of DECC's NEED data into: -* 1. a wide form xwave file containing the fixed value variables -* 2. a wide form file containing just the yearly consumption variables (linked to 1. via HH_ID) -* 3. a long form file containing just the yearly consumption variables (linked to 1. via HH_ID) +* 1. a stata wide form xwave file containing the fixed value variables +* 2. a stata wide form file containing just the yearly consumption variables (linked to 1. via HH_ID) +* 3. a stata long form file containing just the yearly consumption variables (linked to 1. via HH_ID) * 4. Create codebooks from the above * Original data available from: UK DATA ARCHIVE: Study Number 7518 - National Energy Efficiency Data-Framework, 2014 -* +* http://discover.ukdataservice.ac.uk/catalogue/?sn=7518 * Notes: * This dataset is a sample of just over 4 million households which have had an Energy Performance Certificate from the full NEED 'all dwellings' dataset @@ -18,7 +18,7 @@ * b.anderson@soton.ac.uk * (c) University of Southampton -* The Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license applies +* Unless there is a different license file in the folder in which this script is found, the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license applies * http://creativecommons.org/licenses/by-nc/4.0/ clear all -- GitLab