1. Introduction to the HLFS Summary Tools

alexandra.ferguson
3 April 2023

HLFS Summary Tools

The Household labour force survey (HLFS) Summary tools consist of a collection of tools that enable you to construct summaries out of the HLFS survey dataset available on the IDI. The tools are intended for those who would like to construct population-level statistics from the HLFS data, but do not want to wrangle with the survey weights to construct confidence intervals or error estimates for the population statistics.

IMPORTANT NOTE: The outputs produced from this tool will still need to undergo the usual processes of confidentiality/rounding/suppression before you submit these for output checking. The tool does not do any of these tasks for you.

The tools are designed to require minimal understanding of what happens under the hood, and you can use these tools from SAS, R or SQL. The tools require an installation, and detailed instructions on installing these in your project area (& pre-requisites) are available in the HLFS Data Tools User Guide. The tools are written in SQL (and must be installed on the SQL server), but you do not need SQL expertise to install or run these.

Each tool allows you to construct a very specific kind of output summary. There are 6 such tools currently available as part of this package:

Usage, Input and Output Specifications

The tools require the user to supply a set of inputs - like the HLFS dataset name, the filters to be applied, the grouping columns, etc. and it returns a table with the summary estimates, confidence interval and relative sampling errors. The exact input & output specifications are slightly different for each tool, and can be obtained from the tool-specific page linked above. The pages also provide examples of how to use the tool from SQL, SAS and R.