Learn R Programming

conquestr (version 1.4.5)

getCqChain: getCqChain

Description

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.

Usage

getCqChain(myCqs)

Value

A data frame.

Arguments

myCqs

A system file.

Examples

Run this code
if (FALSE) {
getCqChain(ConQuestSys())
}

Run the code above in your browser using DataLab