PFILE= person output file

Up  Previous  Next

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 person containing, for fixed fields and the standard field selection:

 

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)

 

 

 

 

2 = Anchored (fixed) calibration

 

 

 

 

1 = Estimated calibration

 

 

 

 

0 = Extreme minimum (estimated using EXTRSC=)

 

 

 

 

-1 = Extreme maximum (estimated using EXTRSC=)

 

 

 

 

-2 = No responses available for calibration

 

 

 

 

-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

103

1X

16. Blank

 

104

133+

A30+

17. 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)

 

 

 

 

2 = Anchored (fixed) calibration

 

 

 

 

1 = Estimated calibration

 

 

 

 

0 = Extreme minimum (estimated using EXTRSC=)

 

 

 

 

-1 = Extreme maximum (estimated using EXTRSC=)

 

 

 

 

-2 = No responses available for calibration

 

 

 

 

-3 = Deleted by user

18

23

I6

4. The number of responses used in calibrating (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=

 

; PERSON  Knox Cube Test (Best Test Design p.31)  Nov 10 15:40 2005

;ENTRY MEASURE STTS COUNT    SCORE  ERROR IN.MSQ IN.ZSTD OUT.MS OUT.ZSTD DISPL PTME WEIGHT OBSMA EXPMA NAME

    1   -3.08  1    14.0      4.0    .83    .61  -1.31    .29   -.14    .00    .80   1.00  92.9  84.8 Richard M

;   35   -6.78 -1    14.0       .0   1.88   1.00    .00   1.00    .00    .00    .61   1.00    .0    .0 Helen   F

 

Example:        You wish to write a file on disk called "STUDENT.MES" containing the person statistics for import later into a student information database:

                       PFILE=STUDENT.MES


Help for WINSTEPS® Rasch Measurement Software: www.winsteps.com.