Learn R Programming

conquestr (version 1.4.5)

sysToItemDifDf: 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")

Value

A data frame object.

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 c(_male", "_female").

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.

See Also

conquestr::plotDif ()