Weights tab (Edit Banner)

Weighting is a standard practice for survey data analysis. See Weighting example for an example of how weighting is used.

Weights can be created in any of the following ways:

  1. Weight variables can be a part of your original data file.

  2. Weight variables can be added to your original data file or a new data file using Simple Weighting or Sample Balancing.

  3. Use Glossary Variables to create weighted variables.

  4. Specify an actual value for a weight when you set up banners.

The following is an example of using the glossary variable method:

 

To create a weight for the GENDER variable using Setup|Glossary Variables, use ADDLEN to add columns to the end of your data. You will have had to already calculate the weights you want to apply. When determining field width, make sure to include a position for the decimal point. Assuming GENDER (1) = Male and GENDER (2) = Female, you might enter the following in the Setup Glossary Variables dialog box:

 

ADDLEN 10

 

IF GENDER (1) ASSIGN WEIGHT = (1.250)
IF GENDER (2) ASSIGN WEIGHT = (0.833)

 

The gender weights will now be stored in the variable WEIGHT. In this example, the WEIGHT variable already existed in the original data file.

 

Whichever method you use to create them, all weights are specified on the Weights tab in Setup|Banners|Edit Banner:

Select the Weights tab from Setup|Banners|Edit Banner:

Remove Weights from Selected Columns

Related topics:

Edit Banner

Banners

Simple Weighting

Sample Balancing

Weighting example