Table 28.1 Person subtotal summaries on one line

Top Up Down  A A

(controlled by PSUBTOT=, UDECIMALS=, REALSE=)

These summarize the measures from the main analysis for persons selected by PSUBTOT= (Table 28), including extreme scores. PSUBTOTAL= is useful for quantifying the impact of a test on different types of test-takers.

 

Table

28.2 Measure sub-totals bar charts, controlled by PSUBTOT=

28.3 Measure sub-totals summary statistics, controlled by PSUBTOT=

 

Subtotal specification is: PSUBTOTAL=@GENDER

 

EXTREME AND NON-EXTREME SCORES

NON-EXTREME SCORES ONLY

----------------------------------------------------------------------

| KID     MEAN     S.E.  OBSERVED  MEDIAN  MODEL      MODEL          |

| COUNT  MEASURE   MEAN    S.D.          SEPARATION RELIABILITY CODE |

|--------------------------------------------------------------------|

|    350    -.38     .12    2.30    -.27    1.92        .79     *    |

|    180    -.70     .15    2.00    -.27    1.66        .73     F    |

|    170    -.04     .20    2.54    -.27    2.09        .81     M    |

----------------------------------------------------------------------

SUBTOTAL RELIABILITY=.72

UMEAN=0 USCALE=1

 

Subtotal specification is: PSUBTOTAL=@GENDER

identifies the columns in the Person label to be used for classifying the Person by @GENDER or whatever, using the column selection rules.

EXTREME AND NON-EXTREME SCORES

All persons  with estimated measures

NON-EXTREME SCORES ONLY

Persons with non-extreme scores (omits Persons with 0% and 100% success rates)

PERSON COUNT

count of Persons. "PERSON" is the name assigned with PERSON=

MEAN MEASURE

average measure of Persons

S.E. MEAN

standard error of the average measure of Persons

OBSERVED S.D.

population standard deviation of the Persons. Sample standard deviation is OBSERVED S.D. * sqrt ( COUNT / (COUNT-1))

MEDIAN

the measure of the middle Person

REAL/MODEL SEPARATION

the separation coefficient: the "true" adjusted sample standard deviation / root-mean-square measurement error of the Persons (REAL = inflated for misfit).

REAL/MODEL RELIABILITY

the Person measure reproducibility = ("True" Person measure variance / Observed variance) = Separation² / (1 + Separation²)

CODE

the classification code in the Person label. The first line, "*", is the total for all Persons. The remaining codes are those in the Person columns specified by @GENDER or whatever, using the column selection rules. In this example, "F" is the code for "Female" in the data file. "M" for "Male". It is seen that the two distributions are almost identical.

SUBTOTAL RELIABILITY

the reliability (reproducibility) of the means of the subtotals = true variance / observed variance = (observed variance - error variance) / observed variance.

Observed variance = variance of MEAN MEASURES

Error variance = mean-square of the S.E. MEAN

 

------------------------------------------------

| PERSON    MEAN DIFFERENCE        Welch       |

| CODE CODE MEASURE   S.E.    t    d.f.  Prob. |

|----------------------------------------------|

| F    M       -.62    .77   -.81   33    .424 |

------------------------------------------------

 

PERSON CODE

the classification code in the Person label for subtotal "1"

CODE

the classification code in the Person label for subtotal "2"

MEAN DIFFERENCE

difference between the mean measures of the two CODE subtotals, "1" and "2"

MEASURE

size of the difference between "1" and "2"

S.E.

standard error of the difference =
sqrt ( (S.E. Mean "1")² + (S.E. Mean "2")² )

t

Student's t = MEASURE / S.E.

d.f.

Welch's degrees of freedom

Prob.

probability of Student's t. See t-statistics.