getCqRespModel {conquestr}R Documentation

getCqRespModel

Description

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

Usage

getCqRespModel(sysFile)

Arguments

sysFile

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

Value

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

Examples

## Not run: 
myShowRespMod <- getCqRespModel(conquestr::ConQuestSys())

## End(Not run)

[Package conquestr version 1.3.0 Index]