addExposurePrior.Rd
This function takes two types of priors. Either a functional prior or an empirical prior.
addExposurePrior(model_type, data_t, exp_prior, type = NULL)
rjmc_model created from createModelRJCMCFull()
data included in the model created from generate_data_t()
a data.frame describing either a functional or empirical prior
define a type of exposure prior, func
for functional and 'empirical' for empirical. If blank it will assume a uniform distribution between 1 and T.
returns a rjmc model
createModelRJCMCFull() and generate_data_t()