Description Arguments Value See Also Examples
Return MCMC samples as a list of chains. Each chain is a named list of arrays with each array containing all iterations in that chain for that parameter array.
| object | An object containing the MCMC samples. | 
| flatpars | 
 | 
| parameters | 
 | 
| chain_id | 
 | 
| iter | 
 | 
| FUN | 
 | 
| return_type | 
 | 
| ... | Options passed to internal functions. | 
list. If FUN = NULL, then each element is a
chain. Each chain is a named list of matrix
objects. Each matrix contains the iterations of the flat
parameters. If FUN != NULL, then each element is
the result of FUN.
Other Mcmcdb methods: Mcmcdb-class,
McmcdbMem-class,
McmcdbWide-class,
mcmcdb_flatpars,
mcmcdb_flatpars,
mcmcdb_flatpars-methods,
mcmcdb_pardims,
mcmcdb_pardims,
mcmcdb_pardims-methods,
mcmcdb_paridx, mcmcdb_paridx,
mcmcdb_paridx-methods,
mcmcdb_samples_chain_iter,
mcmcdb_samples_chain_iter,
mcmcdb_samples_chain_parameters,
mcmcdb_samples_chain_parameters,
mcmcdb_samples_flatpars_chain,
mcmcdb_samples_flatpars_chain,
mcmcdb_samples_parameters_chain,
mcmcdb_samples_parameters_chain,
summary, summary-methods
| 1 2 3 4 | data(line_samples)
line_samples_chain_pars <- mcmcdb_samples_chain_flatpars(line_samples)
length(line_samples_chain_pars)
summary(line_samples_chain_pars[[1]])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.