Description Arguments Value See Also Examples
Extract MCMC samples from an object as a a matrix of flat parameters.
object |
An object containing the MCMC samples. |
flatpars |
|
parameters |
|
chain_id |
|
iter |
|
FUN |
|
... |
Options passed to internal functions. |
If FUN = NULL, then a matrix with columns
equal to flat parameters, and rows equal to iterations.
If FUN != NULL, then a list, with the
results of FUN applied to each flat parameter.
Other McmcdbWide methods: $,
$-methods, McmcdbWide-class,
[, [-methods,
[[, [[-methods,
mcmcdb_chains,
mcmcdb_drop_chain,
mcmcdb_drop_chain,
mcmcdb_drop_chain,
mcmcdb_drop_iters,
mcmcdb_drop_iters,
mcmcdb_drop_iters,
mcmcdb_drop_parameter,
mcmcdb_drop_parameter,
mcmcdb_samples_iter,
mcmcdb_samples_iter,
mcmcdb_samples_long,
mcmcdb_samples_long,
mcmcdb_samples_parameters,
mcmcdb_samples_parameters,
mcmcdb_unflatten,
mcmcdb_unflatten,
mcmcdb_unflatten,
mcmcdb_unflatten,
mcmcdb_unflatten,
mcmcdb_unflatten,
mcmcdb_unflatten,
mcmcdb_unflatten,
mcmcdb_unflatten-method
1 2 3 4 5 | data(line_samples)
line_wide <- mcmcdb_samples_flatpars(line_samples)
dim(line_wide)
head(line_wide)
summary(line_wide)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.