Learn R Programming

GDINA (version 1.4.2)

ecpe: Examination for the Certificate of Proficiency in English (ECPE) data

Description

Examination for the Certificate of Proficiency in English (ECPE) data (the grammar section) has been used in Henson and Templin (2007), Templin and Hoffman (2013), Feng, Habing, and Huebner (2013), and Templin and Bradshaw (2014), among others.

Usage

ecpe

Arguments

Format

A list of responses and Q-matrix with components:
dat
Responses of 2922 examinees to 28 items.
Q
The \(28 \times 3\) Q-matrix.

Details

The data consists of responses of 2922 examinees to 28 items involving 3 attributes. Attribute 1 is morphosyntactic rules, Attribute 2 is cohesive rules and Attribute 3 is lexical rules.

References

Feng, Y., Habing, B. T., & Huebner, A. (2013). Parameter estimation of the reduced RUM using the EM algorithm. Applied Psychological Measurement, 0146621613502704. Henson, R. A., & Templin, J. (2007, April). Large-scale language assessment using cognitive diagnosis models. Paper presented at the annual meeting of the National Council for Measurement in Education in Chicago, Illinois. Templin, J., & Bradshaw, L. (2014). Hierarchical diagnostic classification models: A family of models for estimating and testing attribute hierarchies. Psychometrika, 79, 317-339. Templin, J., & Hoffman, L. (2013). Obtaining diagnostic classification model estimates using Mplus. Educational Measurement: Issues and Practice, 32, 37-50.

Examples

Run this code
## Not run: ------------------------------------
# mod1 <- GDINA(ecpe$dat,ecpe$Q)
# mod1
# summary(mod1)
# 
# mod2 <- GDINA(ecpe$dat,ecpe$Q,model="RRUM")
# mod2
# anova(mod1,mod2)
# # You may compare the following results with Feng, Habing, and Huebner (2013)
# itemparm(mod2,"rrum")
## ---------------------------------------------

Run the code above in your browser using DataLab