| Creator | Brief Description | Download Files |
| Centre for Time Use Research, University of Oxford UK |
SPSS syntax which creates schema files to add variable and value labels to an MTUS file.
The command to apply value and variable labels from a schema file is:
apply dictionary from 'C:\MTUSW553schema.sav'
The three syntax (.sps) files contain the variable and value labels if you prefer not to apply labels from the schema. |
MTUSW553schema.sav
MTUSW58schema.sav MTUSW60schema.sav MTUS_World553_Schema.sps MTUS_World58_Schema.sps MTUS_World60_Schema.sps |
| Centre for Time Use Research, University of Oxford UK | STATA do files to add variable and value labels to an MTUS file |
MTUS-W553-labels-in-STATA.do
MTUS-W58-labels-in-STATA.do MTUS-W60-labels-in-STATA.do |
| Centre for Time Use Research, University of Oxford UK | SAS programme files to add variable and value labels to an MTUS files, using code libname mylib 'your directory'; proc format cntlin = mylib.MTUSschema553; run; |
MTUS-W553-labels-in-SAS.sas
MTUS-W58-labels-in-SAS.sas MTUS-W60-labels-in-SAS.sas |
| Centre for Time Use Research, University of Oxford UK | This SPSS syntax collapses the 41 time use categories to a 22 category list used in older versions of the MTUS but no longer retained in the present versions. If you do not use SPSS, you can rename this file with a .txt extension and open it in notepad | collapseAV41-to-22.sps |
| Centre for Time Use Research, University of Oxford UK | Programmes to save MTUS variables in the order in which they appear in the MTUS files |
MTUS_variable_order_SPSS.sps
MTUS_W553variable_order_STATA.do MTUS_W58variable_order_STATA.do MTUS_W60variable_order_STATA.do |