Format inference options for use with stan
Arguments
- pp
Logical, defaults to
FALSE
. Should posterior predictions be made for observed data. Useful for evaluating the performance of the model.- likelihood
Logical, defaults to
TRUE
. Should the likelihood be included in the model- debug
Logical, defaults to
FALSE
. Should within model debug information be returned.- output_loglik
Logical, defaults to
FALSE
. Should the log-likelihood be output. Disabling this will speed up fitting if evaluating the model fit is not required.
See also
Functions used to design and setup models
adjustment_formula()
,
epict_formula_as_list()
,
epict_individual_priors_as_list()
,
epict_model_opts()
,
epict_obs_as_list()
,
epict_onset_obs_as_list()
,
epict_population_priors_as_list()
,
epict_posterior_as_prior()
,
piecewise_formula()
,
select_piecewise_parameters()