IAFILE= item anchor file |
The IFILE= from one analysis can be used unedited as the item anchor file, IAFILE=, of another.
IAFILE= file name |
file containing details |
IAFILE = * |
in-line list |
IAFILE = $S1W1 |
field in item label |
The item parameter values (deltas) can be anchored (fixed) using IAFILE=. Anchoring facilitates equating test forms and building item banks. The items common to two test forms, or in the item bank and also in the current form, can be anchored at their other form or bank calibrations. Then the measures constructed from the current data will be equated to the measures of the other form or bank. Other measures are estimated in the frame of reference defined by the anchor values. The anchored values are imputed (inserted) in place of the estimated-from-the-data values. Mathematically, the anchor values are treated as though they, like the estimated-from-the-data values, are the best available estimates of the true values.
Displacements are reported, indicating the differences between the anchored values and the freely estimated values. If these are large, please try changing the setting of ANCESTIM=.
For polytomies (rating scales, partial credit), IAFILE= must have SAFILE=. The IFILE= and the SFILE= are really one file. For dichotomies, the SFILE= is uninformative, so it can be ignored. For polytomies, the IFILE= and the SFILE= form a pair, and so do the IAFILE= and the SAFILE=. For polytomies, anchoring with the IAFILE= without the SAFILE= is usually meaningless. The items are not completely anchored. Use IAFILE= and SAFILE= if you need the polytomous item in one analysis to be identical in thresholds and overall difficulty to the same item in another analysis. Use only SAFILE= if you need the polytomous item in one analysis to be identical in thresholds to the same item in another analysis, but the overall item difficulties can differ.
IAFILE=? opens a Browse window
In order to anchor items, a data file must be created of the following form:
1. Use one line per item (or item range) to be anchored.
2. Type the sequence number of the item in the current analysis, a blank, and the measure-value at which to anchor the item (in logits if UASCALE=1, or in your user-rescaled USCALE= units otherwise). Arithmetical expressions are allowed.
Further values in each line are ignored. An IFILE= works well as an IAFILE=.
3. If the same item appears more than once, the first anchor value is used. When an IFILE= will be used as an IAFILE=, be sure to output the measures with many decimal places: UDECIMALS=4
UIMEAN= and UPMEAN= are ignored when there are anchor values, IAFILE= or PAFILE=
Examples:
2 3.47 ; anchors item 2 at 3.47 logits (or USCALE= values)
10-13 1.3 ; items 10, 11, 12, 13 are each anchored at 1.3 logits
2 5.2 ; item 2 is already anchored. This item anchoring is ignored
1-50 0 ; all the unanchored items in the range 1-50 are anchored at 0.
Anything after ";" is treated as a comment.
IAFILE = filename
Item anchor information is in a file containing lines of format
item entry number anchor value
item entry number anchor value
IAFILE=*
Item anchor information is in the control file in the format
IAFILE=*
item entry number anchor value
item entry number anchor value
*
IAFILE=$SnnEnn or IAFILE=$SnnWnn or @Field
Item anchor information is in the item labels using the column selection rules. Blanks or non-numeric values indicate no anchor value.
Example 0: only one item is to be anchored:
Slow method - include in your control file:
CONVERGE= L ; Convergence decided by logit change
LCONVERGE=.00001 ; Set logit convergence tight because of anchoring
IAFILE = * ; Item anchor file to preset the difficulty of an item
6 0.25 ; Item 6 exactly at 0.25 logit point.
*
Faster method:
1) do a standard unanchored analysis
2) output Table 14 items
3) see the measure for item 6 (for me it is1.30)
4) edit your control file so that UIMEAN = wanted value - current value = 1.30 - 0.25 = 1.05
5) do the standard unanchored analysis again: item 6 is now 0.25
Example 1: The third item is to be anchored at 1.5 logits, and the fourth at 2.3 logits.
1. Create a file named, say, "ANC.FIL"
2. Enter the line "3 1.5" into this file, which means "item 3 in this test is to be fixed at 1.5 logits".
3. Enter a second line "4 2.3" into this file, which means "item 4 in this test is to be fixed at 2.3 logits".
3. Specify, in the control file,
IAFILE=ANC.FIL
CONVERGE=L ; only logit change is used for convergence
LCONV=0.005 ; logit change too small to appear on any report.
or place directly in the control file:
IAFILE=*
3 1.5
4 2.3
*
CONVERGE=L ; only logit change is used for convergence
LCONV=0.005 ; logit change too small to appear on any report.
or in with the item labels:
IAFILE=$S10W4 ; location of anchor value in item label
CONVERGE=L ; only logit change is used for convergence
LCONV=0.005 ; logit change too small to appear on any report.
&END
Zoo
House 1.5 ; item label and anchor value
Garden 2.3
Park
END LABELS
To check: "A" after the measure means "anchored"
+----------------------------------------------------------------------------------------+
|ENTRY RAW | INFIT | OUTFIT |PTMEA| | |
|NUMBER SCORE COUNT MEASURE ERROR|MNSQ ZSTD|MNSQ ZSTD|CORR.|DISPLACE| ITEMS |
|------------------------------------+----------+----------+-----+--------+--------------|
| 3 32 35 1.5A .05| .80 -.3| .32 .6| .53| .40| House |
Example 2: The calibrations from one run are to be used to anchor subsequent runs. The items have the same numbers in both runs. This is convenient for generating tables not previously requested.
1. Perform the calibration run, say,
C:> Winsteps SF.TXT SOMEO.TXT IFILE=ANCHORS.SF TABLES=111
2. Perform the anchored runs, say,
C:> Winsteps SF.TXT MOREO.TXT IAFILE=ANCHORS.SF TABLES=0001111
C:> Winsteps SF.TXT CURVESO.TXT IAFILE=ANCHORS.SF CURVES=111
Example 3: Score-to-measure Table 20 is to be produced from known item and rating scale structure difficulties.
Specify:
IAFILE=iafile.txt ; the item anchor file
SAFILE=safile.txt ; the structure/step anchor file (only for polytomies)
TFILE=*
20 ; the score table
*
CONVERGE=L ; only logit change is used for convergence
LCONV=0.005 ; logit change too small to appear on any report.
STBIAS=NO ; anchor values do not need estimation bias correction.
The data file comprises two dummy data records, so that every item has a non extreme score, e.g.,
For dichotomies:
CODES = 01
Record 1: 10101010101
Record 2: 01010101010
For a rating scale from 1 to 5:
CODES = 12345
Record 1: 15151515151
Record 2: 51515151515
Example 4. Anchoring polytomous items for the Rating Scale Model
CODES = 012 ; 3 category Rating Scale Model
IAFILE=*
1 2.37 ; anchor item 1 at 2.37 logits
2 -1.23
*
SAFILE=*
0 0 ; the bottom category is always anchored at 0
1 -2.34 ; Andrich threshold (step difficulty) from category 0 to 1
2 2.34 ; Andrich threshold (step difficulty) from category 2 to 3
*
Example 5. Anchoring polytomous items for the Partial Credit and Grouped-Items models
CODES = 012 ; 3 category Rating Scale Model
ISGROUPS=0
IAFILE=*
1 2.37 ; anchor item 1 at 2.37 logits
2 -1.23
*
SAFILE=*
; for item 1, relative to the difficulty of item 1
1 0 0 ; the bottom category is always anchored at 0
1 1 -2.34 ; Andrich threshold (step difficulty) from category 0 to 1
1 2 2.34 ; Andrich threshold (step difficulty) from category 2 to 3
; for item 2, relative to the difficulty of item 2
2 0 0 ; the bottom category is always anchored at 0
2 1 -1.54 ; Andrich threshold (step difficulty) from category 0 to 1
2 2 1.54 ; Andrich threshold (step difficulty) from category 2 to 3
*
Help for Winsteps Rasch Measurement Software: www.winsteps.com. Author: John Michael Linacre
For more information, contact info@winsteps.com or use the comment form below.
| Facets Rasch measurement software.
Buy for $149. & site licenses.
Freeware student/evaluation download Winsteps Rasch measurement software. Buy for $149. & site licenses. Freeware student/evaluation download |
|
| State-of-the-art : single-user and site licenses : free student/evaluation versions : download immediately : instructional PDFs : user forum : assistance by email : bugs fixed fast : free update eligibility : backwards compatible : money back if not satisfied Rasch, Winsteps, Facets online Tutorials | |
|---|---|
| Forum | Rasch Measurement Forum to discuss any Rasch-related topic |
|
|
| Coming Rasch-related Events | |
|---|---|
| July 31 - Aug. 3, 2017, Mon.-Thurs. | Joint IMEKO TC1-TC7-TC13 Symposium 2017: Measurement Science challenges in Natural and Social Sciences, Rio de Janeiro, Brazil, imeko-tc7-rio.org.br |
| Aug. 7-9, 2017, Mon-Wed. | In-person workshop and research coloquium: Effect size of family and school indexes in writing competence using TERCE data (C. Pardo, A. Atorressi, Winsteps), Bariloche Argentina. Carlos Pardo, Universidad Catòlica de Colombia |
| Aug. 7-9, 2017, Mon-Wed. | PROMS 2017: Pacific Rim Objective Measurement Symposium, Sabah, Borneo, Malaysia, proms.promsociety.org/2017/ |
| Aug. 10, 2017, Thurs. | In-person Winsteps Training Workshop (M. Linacre, Winsteps), Sydney, Australia. www.winsteps.com/sydneyws.htm |
| Aug. 11 - Sept. 8, 2017, Fri.-Fri. | On-line workshop: Many-Facet Rasch Measurement (E. Smith, Facets), www.statistics.com |
| Aug. 18-21, 2017, Fri.-Mon. | IACAT 2017: International Association for Computerized Adaptive Testing, Niigata, Japan, iacat.org |
| Sept. 15-16, 2017, Fri.-Sat. | IOMC 2017: International Outcome Measurement Conference, Chicago, jampress.org/iomc2017.htm |
| Oct. 13 - Nov. 10, 2017, Fri.-Fri. | On-line workshop: Practical Rasch Measurement - Core Topics (E. Smith, Winsteps), www.statistics.com |
| Jan. 5 - Feb. 2, 2018, Fri.-Fri. | On-line workshop: Practical Rasch Measurement - Core Topics (E. Smith, Winsteps), www.statistics.com |
| Jan. 10-16, 2018, Wed.-Tues. | In-person workshop: Advanced Course in Rasch Measurement Theory and the application of RUMM2030, Perth, Australia (D. Andrich), Announcement |
| Jan. 17-19, 2018, Wed.-Fri. | Rasch Conference: Seventh International Conference on Probabilistic Models for Measurement, Matilda Bay Club, Perth, Australia, Website |
| April 13-17, 2018, Fri.-Tues. | AERA, New York, NY, www.aera.net |
| May 25 - June 22, 2018, Fri.-Fri. | On-line workshop: Practical Rasch Measurement - Core Topics (E. Smith, Winsteps), www.statistics.com |
| June 29 - July 27, 2018, Fri.-Fri. | On-line workshop: Practical Rasch Measurement - Further Topics (E. Smith, Winsteps), www.statistics.com |
| Aug. 10 - Sept. 7, 2018, Fri.-Fri. | On-line workshop: Many-Facet Rasch Measurement (E. Smith, Facets), www.statistics.com |
| Oct. 12 - Nov. 9, 2018, Fri.-Fri. | On-line workshop: Practical Rasch Measurement - Core Topics (E. Smith, Winsteps), www.statistics.com |
| The HTML to add "Coming Rasch-related Events" to your webpage is: <script type="text/javascript" src="http://www.rasch.org/events.txt"></script> | |
For more information, contact Winsteps.com by e-mail using the comment form above.
Our current URL is www.winsteps.com
Winsteps® is a registered trademark
| John "Mike" Linacre, author of Winsteps, and Jenny use and recommend eco-friendly, highly effective beauty and wellness products such as skincare |