getCqChain {conquestr} | R Documentation |
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)
myCqs |
A system file. |
A data frame.
## Not run:
getCqChain(ConQuestSys())
## End(Not run)