sysToItemDifDf {conquestr} | R Documentation |
sysToItemDifDf
Description
Creates a data frame that includes the common item parameter estimates from two (or more) system files (e.g., a DIF analysis).
Usage
sysToItemDifDf(listOfSysFiles, mySuffixes, myDims = "all")
Arguments
listOfSysFiles |
A list of system files returned from conquestr::ConQuestSys |
mySuffixes |
a vector of strings specifying the names for the two groups being analysed,
e.g., if the two system files are an analysis of boys and girls, the vector may be |
myDims |
A string specifying if all or specific dimensions should be included. The default is "all", Specific dimensions are specified by the label "D1" for dimensions 1 etc. |
Value
A data frame object.
See Also
conquestr::plotDif ()
[Package conquestr version 1.3.4 Index]