get_mcmc_data: Extract any MCMC data list[s] that were stored with the model

get_mcmc_dataR Documentation

Extract any MCMC data list[s] that were stored with the model

Description

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.

Usage

get_mcmc_data(metab_model)

## S3 method for class 'metab_bayes'
get_mcmc_data(metab_model)

Arguments

metab_model

A Bayesian metabolism model (metab_bayes) from which to return the data list that was passed to the MCMC

Value

The MCMC data list

Methods (by class)

  • metab_bayes: Retrieve any MCMC data list[s] that were saved with a metab_bayes model


USGS-R/streamMetabolizer documentation built on Aug. 15, 2023, 7:50 a.m.