get_mcmc_data | R Documentation |
A function specific to metab_bayes models. Returns data as formatted to run
through the MCMC process or, for nopool models, a list of data lists. These
lists are not saved by default; see keep_mcmc_data
argument to
specs
for options.
get_mcmc_data(metab_model)
## S3 method for class 'metab_bayes'
get_mcmc_data(metab_model)
metab_model |
A Bayesian metabolism model (metab_bayes) from which to return the data list that was passed to the MCMC |
The MCMC data list
metab_bayes
: Retrieve any MCMC data list[s] that were saved with
a metab_bayes model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.