Skip to main content Accessibility help
×
Hostname: page-component-5c6d5d7d68-pkt8n Total loading time: 0 Render date: 2024-08-19T04:36:59.994Z Has data issue: false hasContentIssue false

Appendix - Statistical Software for Differential Item Functioning Analysis

Published online by Cambridge University Press:  05 June 2012

David Matsumoto
Affiliation:
San Francisco State University
Fons J. R. van de Vijver
Affiliation:
Universiteit van Tilburg, The Netherlands
Get access

Summary

Several software packages are available for conducting differential item functioning (DIF) analyses, and many analyses can be done using standard statistical software packages such as SAS or SPSS. Camilli and Shepard (1994) and Zumbo (1999) provided some code for conducting DIF analyses in SPSS, and some code for conducting a logistic regression DIF analysis using SPSS is provided in this Appendix. In addition, at the time of this writing, several DIF software packages are available for free on the Internet. I list some of them here. I would thank the authors of these programs for allowing free access to these packages. They are helpful to those of us who wish to investigate DIF, and we remain grateful to them.

Free differential item functioning software available on the internet

  1. Item Response Theory Likelihood Ratio DIF Software

Dave Thissen created an excellent piece of software that makes item response theory (IRT) likelihood ratio DIF analysis much easier. I really like this package. At the time of this writing, IRTLRDIF v. 2 for windows can be downloaded at http://www.unc.edu/∼dthissen/dl/irtlrdif201.zip, and for MAC at http://www.unc.edu/∼dthissen/dl/IRTLRDIF201.sit.

  1. Logistic Regression

Bruno Zumbo (1999) developed a terrific handbook on understanding and interpreting DIF in which he focuses on the logistic regression procedure. The handbook can be downloaded from http://educ.ubc.ca/faculty/zumbo/DIF. It includes some code for running logistic regression analyses in SPSS. Although the code still works, it is a bit dated. Here is some code for running a logistic regression analysis in SPSS on a dichotomously scored item:

  1. LOGISTIC REGRESSION VAR=item5

  2. /METHOD=ENTER tot

  3. /CRITERIA PIN(.05) POUT(.10) ITERATE(20) CUT(.5).

  4. LOGISTIC REGRESSION VAR=item5

  5. /METHOD=ENTER tot group

  6. /CRITERIA PIN(.05) POUT(.10) ITERATE(20) CUT(.5).

  7. LOGISTIC REGRESSION VAR=item5

  8. /METHOD=ENTER tot group group*tot

  9. /CRITERIA PIN(.05) POUT(.10) ITERATE(20) CUT(.5).

As described in this chapter, the analysis actually involves three separate logistic regression runs. In this example, “item5” is the item being analyzed for DIF, “tot” is the total score, and “group” is the dichotomous variable that indicates the reference or focal group. The first analysis gives us a baseline for gauging the increase in variance accounted for by the second and third analyses. The second analysis adds the grouping variable (to test for uniform DIF), and the third analysis adds the group-by-total score interaction, to test for nonuniform DIF. Note that default values are used in this code for inclusion and exclusion criteria and for the number of iterations. The code for analyzing DIF on a polytomous (e.g., Likert-type) item uses polytomous logistic regression and is similar:

  1. PLUM

  2. Item5 BY group WITH tot

  3. /CRITERIA = CIN(95) DELTA(0) LCONVERGE(0) MXITER(100) MXSTEP(5)

  4. PCONVERGE(1.0E-6) SINGULAR(1.0E-8)

  5. /LINK = LOGIT

  6. /PRINT = FIT PARAMETER SUMMARY.

Again, the default inclusion–exclusion and iteration criteria are used, and “item5” refers to the item of interest. However, this time the item may have more than two response categories.

  1. Multiple DIF Procedures

Type
Chapter
Information
Publisher: Cambridge University Press
Print publication year: 2010

Access options

Get access to the full version of this content by using one of the access options below. (Log in options will check for institutional or personal access. Content may require purchase if you do not have access.)

Save book to Kindle

To save this book to your Kindle, first ensure coreplatform@cambridge.org is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.

Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.

Find out more about the Kindle Personal Document Service.

Available formats
×

Save book to Dropbox

To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.

Available formats
×

Save book to Google Drive

To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.

Available formats
×