Extract any MCMC data list(s) that were stored with the model
Source:R/metab_bayes.R
get_mcmc_data.RdA 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.
Methods (by class)
get_mcmc_data(metab_bayes): Retrieve any MCMC data list(s) that were saved with a metab_bayes model
Examples
mm <- metab_model("metab_bayes", mcmc_data = list(n = 10))
get_mcmc_data(mm)
#> $n
#> [1] 10
#>