eatModel-package: Specify and run IRT models from R (using Conquest or TAM).

Description Details Author(s) References

Description

The software Conquest (Wu, Adams, Wilson, & Haldane, 2007) is a computer program for fitting item response and latent regression models. It is based on the Muldi-dimensional mixed-Coefficients Multinomial Logit Model, which is a generalized form of the Rasch Model (Adams & Wu, 2007). For example, Conquest allows for the estimation of the Rasch model, the rating scale model, the partial credit model, the linear logistic test model, multifacet models, multidimensional and latent regression models.

Like Mplus, the interface of Conquest is command-line (cmd) based, where the syntax, the data and fixed effects indicator names (i.e., names of items) have to be provided in separated ASCII files. The package eatModel was created to allow for more fail-save, less cumbersome specification of IRT models in R, which subsequently can be estimated in Conquest. At the heart of the package are several functions, which build on each other and should be called consecutively. Not every function is mandatory to be called—it depends on the desired analyses.

The multi-stage process of model estimation works for one single model as well as for a compilation of several models in only one call. The estimation of these models may be accelerated using multicore processing. Depending on the number of available logical CPUs, several models may be estimated simultaneously. See the examples of splitModels for further details. The help page of defineModel includes a variety of examples which are derived from the context of the IQB “Laendervergleich”.

Basically, eatModel is useful for Conquest analyses which are called from R. Alternatively, the R package TAM allows to estimate parameters of the mixed-Coefficients Multinomial Logit Model solely in an R environment. Hence, eatModel allows all models to be estimated in TAM likewise. Please note that some model specifications (for example, 2pl/3pl) lead to models only TAM is able to estimate. Conversely, some other model specifications (for example, partial credit models with many categories or differential item functioning) might be unstable in TAM.

Historically, eatModel is a ‘reboot’ of the package eatRest formerly known as eat. The development of the eat package started in autumn 2010 at the Institute of Educational Progress (IQB). In 2012, the functionality of the package was partitioned into several small “sub packages”—by name eatPrep for data preparation, eatTools for several auxiliary functions, eatRest for Rasch modeling, eatRep for replication methods, eatDesign for definition and modification of design properties. The further development of eatRest was expired because the package turned out to be enigmaticly written which leads to undebugable problems. Thus, eatModel is the second attempt. Its functionality is closely related to eatRest but adds some new features—for example, the support of 2pl models using the TAM package. Important note: For consistency reasons, some functions in eatModel have identical names as the corresponding function in eatRest, for example ‘get.shw’. It is strongly recommended to not have both packages attached simultaneously in one R session.

Details

Package: eatModel
Type: Package
Version: 0.6.22
Date: 2018-10-11
License: GPL(>=2)

Author(s)

Author/maintainer: Sebastian Weirich <sebastian.weirich@iqb.hu-berlin.de>

References

Adams, R. J., Wilson, M., & Wang, W.-C. (1997). The multidimensional random coefficients multinomial logit model. Applied Psychological Measurement, 21(1), 1-23.

Adams, R. J., & Wu, M. L. (2007). The Mixed-Coefficients Multinomial Logit Model: A Generalized Form of the Rasch Model. In M. Von Davier & C. H. Carstensen (Eds.), Multivariate and Mixture Distribution Rasch Models (pp. 57-75). New York: Springer.

Robitzsch, A., Kiefer, T., & Wu, M. (2018). TAM: Test analysis modules. R package version 2.13-15. https://CRAN.R-project.org/package=TAM

Wu, M.L., Adams, R.J., Wilson, M.R., & Haldane, S.A. (2007). ACER ConQuest Version 2.0. Generalised Item Response Modeling Software. Camberwell, Victoria: ACER Press.


eatModel documentation built on May 2, 2019, 6:49 p.m.