threemc_initial_pars | R Documentation |
thremec
(hyper)parameters.Return minimised fit object. Often useful when saving the fit object for later aggregation.
threemc_initial_pars(
dat_tmb,
custom_init = NULL,
rw_order = NULL,
rw_order_tmc_ar = FALSE,
paed_age_cutoff = NULL,
inc_time_tmc = FALSE
)
dat_tmb |
|
custom_init |
named |
rw_order |
Order of the random walk used for temporal precision matrix. Setting to NULL assumes you wish to specify an AR 1 temporal prior. Default: NULL |
rw_order_tmc_ar |
Whether to use an AR 1 temporal prior for TMC, regardless of whether you are using a RW temporal prior for TMC or not, Default: FALSE |
paed_age_cutoff |
Age at which to split MMC design matrices between paediatric and non-paediatric populations, the former of which are constant over time. Set to NULL if not desired, Default: NULL |
inc_time_tmc |
Indicator variable which decides whether to include temporal random effects for TMC as well as MMC, Default: FALSE |
Named list
of intial (hyper)parameters for
threemc_fit_model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.