getCqParams {conquestr} | R Documentation |
creates a data frame representation of the parameters of the model, including both estimated and constrained parameters. Parameters are either freely estimated ('ParamType' == 0) or constrained ('ParamType' == 0). Parameters are indexed (0 offset) by the column 'ParamNumber'. There is a seperate index for free and constrained parameters.
getCqParams(myCqs)
myCqs |
A system file. |
A data frame.
## Not run:
getCqParams(ConQuestSys())
## End(Not run)