creates a data frame representation of the estimation chain from an MCMC model. The burn is discarded and only the unskipped itterations in MCMC chain are retained.
getCqChain(myCqs)
Arguments
myCqs: A system file.
Returns
A data frame.
Examples
## Not run:getCqChain(ConQuestSys())## End(Not run)