getCqParams {conquestr}R Documentation

getCqParams

Description

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

Usage

getCqParams(sysFile)

Arguments

sysFile

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

Value

A data frame.

Examples

## Not run: 
getCqParams(ConQuestSys())

## End(Not run)

[Package conquestr version 1.3.0 Index]