get.equ | R Documentation |
Reads Conquest files comprising equivalence tables for MLE or WLE parameters.
get.equ(file)
file |
Character string with the name of the Conquest equ file (This file is requested using the |
A list of n+1
elements, with n
the number of dimensions in the analysis. Each element is a
data frame, whose name corresponds to the name of the dimension the values belongs to. All
data frames except the last one give the transformation of each possible raw score to the WLE
or MLE score including its standard error. First column in each data frame contains the raw score,
second column the transformed WLE or MLE score, third columns its standard error.
The last element of the list give some sparse information about the model specifications.
See pp. 162 of 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.
file <- system.file("extdata", "twodim.equ", package = "eatModel")
equ <- get.equ(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.