Description Usage Arguments Value Author(s) See Also
View source: R/hmob_model_funcs.R
This is a wrapper function for MCMCsummary
that calculates summary statistics
for each parameter in an mcmc.list object. If the model contains deviance and penalty calculations, then
Deviance Information Criterion (DIC) is calculated and appended to the summary.
1 | summarize.hmob(mod, ac.lags = c(2, 5, 10))
|
mod |
an mcmc.list object |
ac.lags |
vector of lags over which to calculate autocorrelation of samples within chains (default = c(2,5,10)) |
a dataframe with summary statistics
John Giles
Other model:
fit.gravity()
,
fit.jags()
,
fit.prob.travel()
,
rjags.combine()
,
rjags.mcmc.list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.