aquarium_run {isotracer} | R 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)
[Package isotracer version 1.1.6 Index]