Learn R Programming

conquestr (version 1.4.5)

getCqParams: getCqParams

Description

creates a data frame representation of the parameters of the model, including both estimated, constrained, and anchored parameters.

Usage

getCqParams(sysFile)

Value

A data frame.

Arguments

sysFile

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

Examples

Run this code
if (FALSE) {
getCqParams(ConQuestSys())
}

Run the code above in your browser using DataLab