|
XFILE= analyzed response file |
Up Previous Next |
|
If XFILE=filename is specified in the control file, a file is output which enables a detailed analysis of individual response anomalies. This file contains 4 heading lines (unless HLINES=N) followed by one line for each person-by-item response used in the estimation. Each line contains: 1. Person number (I7) (PERSON) 2. Item number (I7) (ITEM) 3. Original response value (after keying/scoring) (I4) (OBS) 4. Observed response value (after recounting) (I4) (ORD) 5. Expected response value (F7.3) (EXPECT) 6. modeled Variance of observed values around the expected value (F7.3) (VARIAN) This is also the statistical information in the observation. Square root(modeled variance) is the observation's raw score standard deviation. 7. Standardized residual: (Observed - Expected)/Square root (Variance) (F7.3) (ZSCORE) 8. Score residual: (Observed - Expected) (F7.3) (RESIDL) 9. Person measure in USCALE= units (F7.2*) (PERMEA) 10. Item measure in USCALE= units (F7.2*) (ITMMEA) 11. Measure difference (Person measure - Item measure) in USCALE= units (F7.2*) (MEASDF) 12. Log-Probability of observed response (F7.3) (L-PROB) 13. Predicted person measure from this response alone in USCALE= units (F7.2*) (PPMEAS) 14. Predicted item measure from this response alone in USCALE= units (F7.2*) (PIMEAS) modeled Kurtosis of the observed values around their expectation (F7.3) (KURT) 15. Response code in data file (A) (CODE) 16. Person label (A) (PLABEL) 17. Item label (A) (ILABEL)
2* means decimal places set by UDECIM=.
Fields can be selected interactively, see below.
If CSV=Y, the values are separated by commas. When CSV=T, the commas are replaced by tab characters. For "non-numeric values in quotation marks", specify QUOTED=Y.
This file enables a detailed analysis of individual response anomalies. The response residual can be analyzed in three forms: 1) in response-level score units, from [(observed value - expected value)]. 2) in logits, from [(observed value - expected value)/variance]. 3) in standard units, [(observed value - expected value)/(square root of variance)].
The log-probabilities can be summed to construct log-likelihood and chi-square tests. Asymptotically, "chi-square = -2*log-likelihood".
Predicted person measure: Imagine that this observation was the only observation made for the person ... this value is the measure we would predict for that person given the item measure. Predicted item measure: Imagine that this observation is the only observation made for this item ... this value is the measure we would predict for that item given the person measure. The formulas are the same as for a response string of more than 1 observation. For dichotomies, see www.rasch.org/rmt/rmt102t.htm and for polytomies www.rasch.org/rmt/rmt122q.htm
Example: You wish to write a file on disk called "MYDATA.XF" containing response-level information for use in examining particularly response patterns: XFILE=MYDATA.XF
Example: You wish to compute differential item functioning, DIF, for a specific classification group of people: If Table 30 is not suitable, here is a simple approximation: Since one item does not have enough information to measure a person, for item bias we have to do it on the basis of a classification group of people. From the XFILE, add the "score residuals" (not standardized) for everyone in classification "A" on a particular item. Add the "modeled variance" for everyone in the classification. Divide the residual sum by the variance sum. This gives an estimate of the DIF for classification "A" relative to the grand mean measure. Do the same for classification "B" on the same item. To contrast classification "A" with classification "B" then DIF size "AB" =DIF estimate for "A" - DIF estimate for "B" A significance t-test is t =DIF size "AB" / square root ( 1/variance sum for classification A + 1/variance sum for classification B))
When called from the "Output Files" menu, you can select what fields to include in the file. And you can also specify particular persons and/or items. If this is too big for your screen see Display too big.
Only for Person (Item) nnn or range nnn-mmm: this allows selection of particular items and persons. Example: "4 11-13 6 20-23" will list those persons in that order. Decimal places controls the number of decimal places in the output file. |
Help for WINSTEPS® Rasch Measurement Software: www.winsteps.com.