Companion Reflect

<< Click to Display Table of Contents >>

Navigation:  User guide > Introduction >

Companion Reflect

This distributable program is a subset of the Companion that gives access to the [Tables] menu and Data Drill Down for processing supplied IDF data.

There is no licence fee for Companion Reflect.

The data for Companion Reflect is created by a CL script (data stage) directly or by Companion using [Analysis][Reflect export]. The [Export][ Data export] menu is then used to create a .QRFX (reflect master file). This .QRFX file and copies of the three files from the KFILE sub-directory (.IDF .ILF .ICF) are then supplied to the Reflect user.

When writing a CL script for later export to Reflect please use X (or both V and H) and XT (or both VT and HT) labels for all variables which the Reflect user needs access to.

If the survey is weighted then the weights will need to be input to the data stage so that variable $WEIGHT can be placed onto the IDF. This is done by duplicating the data stage script to a new CL script file and using the ITF Run Control Parameter to input the tables from the original CL script. The appropriate cell can then be extracted to variable $WEIGHT from the table of factors in the same way as is normally done in the tables stage.

A variable (svar or mvar) called $LEVEL will be recognised by Companion Reflect and will be used to control which level of data is to be processed from a hierarchical data set.