|
PFILE= person output file |
Top Up Down
A A |
PFILE=filename produces an output file containing the information for each person. This file contains 4 heading lines (unless HLINES=N), followed by one line for each item containing the following fields and the standard field selection. To change the output-field selection, go to the Output File dialog, PFILE=, Field selection, Make default.
"Status=-2 to -6" means that there are no measurable responses by those persons in this analysis. The persons may be listed in the PFILE= and in Table 18, but all the numbers shown are default values. They have no meaning. Please do not include those persons in summary statistics.
Columns: |
|||
Start |
End |
Format |
Description |
1 |
1 |
A1 |
Blank or ";" if HLINES=Y and there are no responses or deleted or extreme (status =0,-1, -2, -3) |
2 |
6 |
I5 |
1. The person sequence number (ENTRY) |
7 |
14 |
F8.2 |
2. Person's calibration (user-rescaled by UMEAN=, USCALE=, UDECIM) (MEASURE) |
15 |
17 |
I3 |
3. The person's status (STATUS) 3 = Anchored (fixed) measure with extreme (minimum or maximum) observed raw score 2 = Anchored (fixed) measure 1 = Estimated measure 0 = Extreme minimum measure (estimated using EXTRSC=) for extreme minimum raw score -1 = Extreme maximum measure (estimated using EXTRSC=) for extreme maximum raw score -2 = No responses available for measure -3 = Deleted by user -4 = Inestimable: high (all responses in the same category with ISGROUPS=0 or CUTHI=) -5 = Inestimable: low (all responses in the same category with ISGROUPS=0 or CUTLO=) -6 = Deselected |
18 |
25 |
F8.1 |
4. The number of responses used in calibrating (COUNT) or the observed count (TOTAL=Y) |
26 |
34 |
F8.1 |
5. The raw score used in calibrating (SCORE) or the observed score (TOTAL=Y) |
35 |
41 |
F7.2 |
6. Person calibration's standard error (user-rescaled by USCALE=, UDECIM=) (ERROR) |
42 |
48 |
F7.2 |
7. Person infit: mean square infit (IN.MSQ) |
49 |
55 |
F7.2 |
8. Person infit: t standardized (ZSTD), locally t standardized (ZEMP) or log-scaled (LOG) |
56 |
62 |
F7.2 |
9. Person outfit: mean square outfit (OUT.MS) |
63 |
69 |
F7.2 |
10. Person outfit: t standardized (ZSTD), locally t standardized (ZEMP) or log-scaled (LOG) |
70 |
76 |
F7.2 |
11. Person displacement (user-rescaled by USCALE=, UDECIM=) (DISPLACE) |
77 |
83 |
F7.2 |
12. Person by test-score correlation: point-biserial (PTBS) or point-measure (PTME) |
84 |
90 |
F7.2 |
13. Person weight (WEIGHT) |
91 |
96 |
F6.1 |
14. Observed percent of observations matching prediction (OBSMA) |
97 |
102 |
F6.1 |
15. Expected percent of observations matching prediction (EXPMA) |
103 |
108 |
F6.2 |
16. P-value: proportion correct or average rating |
109 |
114 |
F6.2 |
17. Person by test-score correlation: expected value |
115 |
120 |
F6.2 |
18. RMSR: root-mean-square residual |
121 |
121 |
1X |
Blank |
122 |
151+ |
A30+ |
19. Person name (NAME) |
The format descriptors are: |
|||
In = Integer field width n columns |
|||
Fn.m = Numeric field, n columns wide including n-m-1 integral places, a decimal point and m decimal places |
|||
An = Alphabetic field, n columns wide |
|||
nX = n blank columns. |
|||
When CSV=Y, commas separate the values, which are squeezed together without spaces between. Quotation marks surround the "Person name", e.g., 1,2,3,4,"Name". When CSV=T, the commas are replaced by tab characters.
When W300=Yes, then this is produced in Winsteps 3.00, 1/1/2000, format:
Columns: |
|||
Start |
End |
Format |
Description |
1 |
1 |
A1 |
Blank or ";" if HLINES=Y and there are no responses or deleted (status = -2, -3) |
2 |
6 |
I5 |
1. The person sequence number (ENTRY) |
7 |
14 |
F8.2 |
2. Person's calibration (user-rescaled by UMEAN=, USCALE=, UDECIM) (MEASURE) |
15 |
17 |
I3 |
3. The person's status (STATUS) 3 = Anchored (fixed) measure with extreme (minimum or maximum) observed raw score 2 = Anchored (fixed) measure 1 = Estimated measure 0 = Extreme minimum (estimated using EXTRSC=) -1 = Extreme maximum (estimated using EXTRSC=) -2 = No responses available for measure -3 = Deleted by user -4 = Inestimable: high (all responses in the same category with ISGROUPS=0 or CUTHI=) -5 = Inestimable: low (all responses in the same category with ISGROUPS=0 or CUTLO=) -6 = Deselected |
18 |
23 |
I6 |
4. The number of responses used in measuring (COUNT) or the observed count (TOTAL=Y) |
24 |
30 |
I6 |
5. The raw score used in calibrating (SCORE) or the observed score (TOTAL=Y) |
31 |
37 |
F7.2 |
6. Person calibration's standard error (user-rescaled by USCALE=, UDECIM=) (ERROR) |
38 |
44 |
F7.2 |
7. Person mean square infit (IN.MSQ) |
45 |
51 |
F7.2 |
8. Person infit: t standardized (ZSTD), locally t standardized (ZEMP) or log-scaled (LOG) |
52 |
58 |
F7.2 |
9. Person mean square outfit (OUT.MS) |
59 |
65 |
F7.2 |
10. Person outfit: t standardized (ZSTD), locally t standardized (ZEMP) or log-scaled (LOG) |
66 |
72 |
F7.2 |
11. Person displacement (user-rescaled by USCALE=, UDECIM=) (DISPLACE) |
73 |
79 |
F7.2 |
12. Person by test-score correlation: point-biserial (PTBS) or point-measure (PTME) |
80 |
80 |
1X |
13. Blank |
81 |
112+ |
A30+ |
14. Person name (NAME) |
Example of standard PFILE=

Example: You wish to write a file on disk called "STUDENT-PF.txt" containing the person statistics for import later into a student information database:
PFILE=STUDENT-PF.txt
Help for Winsteps Rasch Measurement Software: www.winsteps.com.