join_cov_and_par: Combines covariates and parameters into a single list, useful for reparametrization of the model.
Description
Combines covariates and parameters into a single list, useful for reparametrization of the model.
Usage
join_cov_and_par(covs, pars)
Value
List containing covariates and parameters
Arguments
- covs
covariates object
- pars
model parameters, such as the output of the parameters()
call frmo a model library.