Description Usage Arguments Details Value Examples
Returns a matrix with the MCMC samples from a Bayesian First Aid Object. The samples does not include the burn in phase and all chains are collapsed in the resulting matrix.
1 2 |
x |
The output from a Bayesian First Aid model. |
... |
Not used |
This is just a wrapper for the as.matrix
from the coda package.
Therefor, paramameters with the same name but different index will be column
names that includes brackets (for example, "mu[1]", "mu[2]", "sigma[1,2],
etc.)
A matrix with one column per parameter.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.