View source: R/conquestrFunc.R
getCqHist | R Documentation |
creates a data frame representation of the iteration history for all parameters.
getCqHist(myCqs, labelParams = FALSE)
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. |
A data frame.
getCqChain()
which is a wrapper for this function
to use with models estimated by Markov chain Monte Carlo (MCMC) methods.
myHist <- getCqHist(ConQuestSys(), labelParams = TRUE)
str(myHist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.