IWEIGHT= item (variable) weighting

Top Up Down  A A

IWEIGHT= allows for differential weighting of items. The standard weights are 1 for all items. To change the weighting of items, specify IWEIGHT=

 

IWEIGHT= file name

file containing details

IWEIGHT = *

in-line list

IWEIGHT = $S1W1

field in item label

 

Raw score, count, and standard error of measurement reflect the absolute size of weights as well as their relative sizes. Measure, infit and outfit and correlations are sensitive only to relative weights.

 

Weighting is treated for estimation as that many independent observations. So, if you weight all items by two, you will divide the S.E. by the square-root of 2, but will not change the measures or fit statistics.

 

If you want to do different weighting at different stages of an analysis, one approach is to use weighting to estimate all the measures. Then anchor them all (IFILE= and IAFILE= etc.) and adjust the weighting to meet your "independent observation" S.E. and reporting requirements.

 

If you want the standard error of the final weight-based measure to approximate the S.E. of the unweighted measure, then ratio-adjust case weights so that the total of the weights is equal to the total number of independent observations.

 

Formats are:

IWEIGHT=file name the weights are in a file of format:

item number weight

 

IWEIGHT=*

item number weight

....

*

 

IWEIGHT=$S...$W... or $S...$E...

 

weights are in the item labels using the column selection rules, e.g.,starting in column S... with a width of W... or starting in column S and ending in column E. This can be expanded, e.g.,

IWEIGHT = $S23W1+"."+$S25W2

places the columns next to each other (not added to each other)

 

Example 1: In a 20-item test, item 1 is to be given a weight of 2.5, all other items have a weight of 1.

IWEIGHT=*

1 2.5

2-20 1

*

 

A better weighting, which would make the reported person standard errors more realistic by maintaining the original total sum of weights at 20 , is:

IWEIGHT=*

1 2.33 ; 2.5 * 0.93

2-20 0.93 ; the sum of all weights is 20.0

*

 

or adjust the weights to keep the sample-based "test" separation and reliability about the same - so that the reported statistics are still reasonable:

e.g., original sample "test" reliability (person separation index) = .9, separation coefficient = 3, but separation coefficient with weighting = 4

Multiply all weights by (3/4)² to return separation coefficient to about 3.

 

Example 2: The item labels contain the weights in columns 16-18.

IWEIGHT= $S16W3 ; or $S16E18

&END

Item 1 Hello   0.5

Item 2 Goodbye 0.7

......

END NAMES

 

Example 3: Item 4 is a pilot or variant item, to be given weight 0, so that item statistics are computed, but this item does not affect person measurement.

IWEIGHT=*

4 0 ; Item 4 has weight 0, other items have standard weight of 1.

*

 

Example 4: We have 24 0/1 items and 5 0/1/2/3 items. We want them to weight equally.There are several concerns here. These may require different weights for different purposes, i.e., several runs.

(a) Raw score reporting. For 24 items of 0/1 and 5 items of 0/0.33/0.67/1. Then

IWEIGHT=*

1-24 1

25-29 0.333

*

This will give the reportable raw scores you want, 0-29, but incorrect reliabilities (too small).

 

(b) Statistical information. The total amount of overall statistical information can be maintained approximately by maintaining the total raw score. So original ordinal unweighted raw score range = 0 - (24x1 +5x3) = 39. New raw score in (a) = 29. So we need to up the weights by 39/29 = 1.345. This will give peculiar-looking raw scores, but a better estimate of fit.

IWEIGHT=*

1-24 1.345

25-29 0.448

*

The Rasch measures for (a) and (b) will be the same, but the standard errors, reliabilities and fit statistics will differ.

 

(c) Reliability maintenance. If you want to maintain the same person "test" reliability (i.e., measure reproducibility), then

approximate weighting factor = (1 - weighted person reliability) / (1 - unweighted person reliability)

IWEIGHT=*

1-24 3 * weighting factor

25-29 1 * weighting factor

*

 

(d) recoding the 0/1 data into 0/3 to give equal weighting with 0/1/2/3 is not recommended because of the two unobserved categories, 1, 2, which change the slope of the model ICC, so distorting the measures, altering the fit and creating artificially high reliabilities.