default.priors {MBNMAtime} | R Documentation |
Sets default priors for JAGS model code
Description
This function creates JAGS code snippets for default MBNMA model priors.
Usage
default.priors(fun = tloglin())
Arguments
fun |
An object of class |
Value
A list, each element of which is a named JAGS snippet corresponding to a prior in the MBNMA JAGS code.
Examples
default.priors(fun=temax())
default.priors(fun=titp(p.expon=TRUE))
[Package MBNMAtime version 0.2.4 Index]