Learn R Programming

conquestr (version 1.4.5)

getCqHist: getCqHist

Description

creates a data frame representation of the iteration history for all parameters.

Usage

getCqHist(myCqs, labelParams = FALSE)

Value

A data frame.

Arguments

myCqs

An ACER ConQuest system file created using the conquest command, put.

labelParams

A boolean. When true, and if long (user) parameter labels are available, replace default history column names (e.g., "Xsi1") with user labels (e.g., "Item one"). Currently only available for Xsi and Tau.

See Also

getCqChain() which is a wrapper for this function to use with models estimated by Markov chain Monte Carlo (MCMC) methods.

Examples

Run this code
myHist <- getCqHist(ConQuestSys(), labelParams = TRUE)
str(myHist)

Run the code above in your browser using DataLab