Description Usage Arguments Value Examples
The method chains
applied to a MixtureModel
-derived
class will return an object of class McmcChains
that
contains the chains for all simulated parameters. Typically, chains
is called in conjunction with an accessor for one of these
parameters.
1 2 3 4 |
object |
|
The simulated chains.
1 2 3 4 | theta.chain <- theta(chains(MultiBatchModelExample))
dim(theta.chain)
plot.ts(theta.chain, plot.type="single",
col=seq_len(k(SingleBatchModelExample)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.