powered by
This function creates JAGS code snippets for default MBNMA model priors.
default.priors(fun = tloglin())
A list, each element of which is a named JAGS snippet corresponding to a prior in the MBNMA JAGS code.
An object of class "timefun" generated (see Details) using any of tloglin(), tpoly(), titp(), temax(), tfpoly(), tspline() or tuser()
"timefun"
tloglin()
tpoly()
titp()
temax()
tfpoly()
tspline()
tuser()
# \donttest{ default.priors(fun=temax()) default.priors(fun=titp(p.expon=TRUE)) # }
Run the code above in your browser using DataLab