Learn R Programming

isotracer (version 1.1.8)

aquarium_run: 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

Arguments

Format

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

Examples

Run this code
if (FALSE) {
plot(aquarium_run)
summary(aquarium_run)
}

Run the code above in your browser using DataLab