aquarium_run: An MCMC run from a simple aquarium network model

aquarium_runR Documentation

An MCMC run from a simple aquarium network model

Description

This is an MCMC run on aquarium_mod. The code used to run the MCMC is: aquarium_run <- run_mcmc(aquarium_mod, thin = 4) (note that thin = 4 was only used here to reduce the size of the data file shipped with the package, but for a real-life analysis keeping the default thin = 1 is usually recommended). The code used to build the model itself is given in the help page for aquarium_mod.

Usage

aquarium_run

Format

An object of class networkModelStanfit (inherits from mcmc.list) of length 4.

Examples

## Not run: 
plot(aquarium_run)
summary(aquarium_run)

## End(Not run)

isotracer documentation built on Sept. 22, 2023, 1:07 a.m.