Usage
JGQD.estimates(x, thin = 100, burns, CI = c(0.05, 0.95), corrmat = FALSE, acf.plot = TRUE, palette='mono')
Arguments
x
List object of type 'JGQD.mcmc' or 'JGQD.mle'. That is, when model =JGQD.mcmc()
then model
constitutes an appropriate object for x
.
thin
Thinnging level for parameter chain.
burns
Number of MCMC updates to discard before calculating estimates.
CI
Credibility interval quantiles (for MCMC chains).
corrmat
If TRUE, an estimated correlation matrix is returned in addition to the estimate vector.
acf.plot
If TRUE, an acf plot is drawn for each element of the parameter chain.
palette
Colour palette for drawing trace plots. Default palette = 'mono'
, otherwise a qualitative palette will be used.