| stanfit_to_named_mcmclist | R Documentation |
When running run_mcmc with stanfit = FALSE (typically for
debugging purposes), the parameters in the returned stanfit object
are named using a base label and an indexing system. This function provides
a way to convert this stanfit object into a more conventional
mcmc.list object where parameters are named according to their role
in the original network model used when running run_mcmc.
stanfit_to_named_mcmclist(stanfit)
stanfit |
A stanfit object returned by |
An mcmc.list object. It also has the original stanfit object
stored as an attribute "stanfit".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.