Description Usage Arguments Value Author(s) See Also
View source: R/hmob_model_funcs.R
This function fits
1 2 3 4 5 6 7 8 9 10 11 |
jags.data |
a list of data objects |
jags.model |
character string giving the model specification in JAGS/BUGS syntax |
params |
vector of parameters to monitor |
n.chain |
number of MCMC sampling chains |
n.burn |
number of iterations to discard before sampling of chains begins (burn in) |
n.samp |
number of iterations to sample each chain |
n.thin |
interval to thin samples |
DIC |
logical indicating whether or not to calculate the Deviance Information Criterion (DIC) |
parallel |
logical indicating whether or not to run MCMC chains in parallel or sequentially (default = FALSE) |
an mcmc.list
object
John Giles
Other model:
fit.gravity()
,
fit.prob.travel()
,
rjags.combine()
,
rjags.mcmc.list()
,
summarize.hmob()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.