Learn R Programming

conquestr (version 1.4.5)

getCqRespModel: getCqRespModel

Description

produces a table of model parameter estimates, errors, fits, and scaled 2PL estimates if available.

Usage

getCqRespModel(sysFile)

Value

A List of data frames. Each data frame is a term in the response model

Arguments

sysFile

An ACER ConQuest system file read into R using conquestr::ConQuestSys

Examples

Run this code
if (FALSE) {
myShowRespMod <- getCqRespModel(conquestr::ConQuestSys())
}

Run the code above in your browser using DataLab