| aquarium_run | R Documentation |
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.
aquarium_run
An object of class networkModelStanfit (inherits from mcmc.list) of length 4.
## Not run:
plot(aquarium_run)
summary(aquarium_run)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.