IL_FLAG_TOTAL
DATA DEFINITION
1.
SOURCE DATA
2. The following variables are used as source data for the calculation of these variables.
| Field Name | Label | Dataset |
|---|
| IL_ALL_YEAR | | |
| IL_ALL_YEARA10 | | |
| IL_ALL_YEARAPP | | |
| FULL_LEVEL_2 | | |
| FULL_LEVEL_3 | | |
DERIVED VARIABLES AND DATASETS
3. The definition produces the following derived variable(s)
| Field Name | Label | Dataset |
|---|
| IL_FLAG_TOTAL | | |
| IL_FLAG_TOTALA10 | | |
| IL_FLAG_TOTALAPP | | |
IL_FLAG_TOTAL Sample Code
1. The following SPSS code is provided to illustrate the IL_FLAG_TOTAL data definition.
IL_FLAG_TOTAL
2. The following table shows the steps required to derive IL_FLAG_TOTAL
| Step | Condition | Action/Action if true | Action if false |
|---|
| 1 | n/a | Set IL_FLAG_TOTAL = Sum(IL_ALL_YEAR) Set IL_FLAG_TOTALA10 = Sum(IL_ALL_YEARA10 Set IL_FLAG_TOTALAPP= Sum(IL_ALL_YEARAPP | n/a |
3. The following SPSS code illustrates how to derive IL_FLAG_TOTAL.
IL_Flag_Total=sum(IL_All_Year) IL_Flag_TotalA10=sum(IL_All_YearA10) /IL_Flag_TotalApp=sum(IL_All_YearApp) |
Date last modfied: 23rd October 2008