get_mcmc | R Documentation |
A function specific to metab_bayes models. Returns an MCMC object of class
stanfit
(rstan::stanfit), which is saved in the metab_model by
default because you should almost always inspect it; see keep_mcmcs
argument to specs()
for options for saving space. The rstan
methods
for rstan::stanfit objects include summary()
, get_stancode()
,
stan_dens()
, stan_diag()
, and many more. See
?'rstan-plotting-functions'
, rstan::stanfit and the
rstan manual.
get_mcmc(metab_model)
## S3 method for class 'metab_bayes'
get_mcmc(metab_model)
metab_model |
A Bayesian metabolism model (metab_bayes) from which to return the MCMC model objects |
The MCMC model objects
metab_bayes
: Get the Bayesian MCMC model object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.