Create a list of scalars giving priors to use in Bayesian inference.
Create a list of scalars giving priors to use in Bayesian inference.
priors_survData(x, model_type = NULL)
x |
An object of class |
model_type |
TKTD model type ('SD' or 'IT') |
A list for parameterization of priors for Bayesian inference with JAGS.
# (1) Load the data data(cadmium1) # (2) Create a survData object dat <- survData(cadmium1) # (3) Create priors for SD model_type priors_survData(dat, model_type = "SD") # (4) Create priors for IT model_type priors_survData(dat, model_type = "IT")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.