ISUBTOTAL= columns within item label for subtotals in Table 27 |
Top Up Down
A A |
This specifies what part of the data record is to be used to classify items for subtotal in Table 27.
ISUBTOTAL= file name |
file containing details |
ISUBTOTAL = * |
in-line list |
ISUBTOTAL = $S1W1 |
field in item label |
Format 1: ISUBTOTAL = $S..W.. or $S..E.. using the column selection rules.
$S..W.. e.g., $S2W13 means that the label to be shown on the map starts in column 2 of the item label and is 13 columns wide.
$S..E.. e.g., $S3E6 means that the label to be shown on the map starts in column 3 of the item label and ends in column 6.
These can be combined, and constants introduced, e.g,
ISUBTOTAL=$S3W2+"/"+$S7W2
If the item label is "KH323MXTR", the subgrouping will be shown as "32/XT"
Format 2: ISUBTOTAL=*
This is followed by a list of subgroupings, each on a new line using the column selection rules:
ISUBTOTAL=*
$S1W1+$S7W2 ; Subtotals reported for item classifications according to these columns
$S3E5 ; Subtotals reported for item classifications according to these columns
*
Example: Subtotal by first letter of item name:
ISUBTOTAL=$S1W1
or
@SGROUP=$S1W1
ISUBTOTAL=@SGROUP
TFILE=*
27 ; produce the subtotal report
*
Here is a subtotal report (Tables 27) for items beginning with "R"
"R" SUBTOTAL FOR 8 NON-EXTREME ITEMS +-----------------------------------------------------------------------------+ | RAW MODEL INFIT OUTFIT | | SCORE COUNT MEASURE ERROR MNSQ ZSTD MNSQ ZSTD | |-----------------------------------------------------------------------------| | MEAN 28.1 25.0 4.04 3.48 .91 -.5 1.04 .0 | | S.D. 5.5 .0 6.63 .14 .31 1.1 .54 1.4 | | MAX. 38.0 25.0 16.30 3.82 1.61 2.0 2.37 3.4 | | MIN. 19.0 25.0 -6.69 3.38 .64 -1.6 .60 -1.2 | |-----------------------------------------------------------------------------| | REAL RMSE 3.63 TRUE SD 5.54 SEPARATION 1.52 PUPIL RELIABILITY .70 | |MODEL RMSE 3.48 TRUE SD 5.64 SEPARATION 1.62 PUPIL RELIABILITY .72 | | S.E. OF PUPIL MEAN = 2.50 | | WITH 2 EXTREME = TOTAL 10 PUPILS MEAN = 3.05, S.D. = 28.19 | | REAL RMSE 8.88 TRUE SD 26.75 SEPARATION 3.01 PUPIL RELIABILITY .90 | |MODEL RMSE 8.83 TRUE SD 26.77 SEPARATION 3.03 PUPIL RELIABILITY .90 | | S.E. OF PUPIL MEAN = 9.40 | +-----------------------------------------------------------------------------+ MAXIMUM EXTREME SCORE: 1 PUPILS MINIMUM EXTREME SCORE: 1 PUPILS LACKING RESPONSES: 1 PUPILS DELETED: 1 PUPILS |