Select the parameters to adjust in the piecewise model
Source:R/model-tools.R
select_piecewise_parameters.Rd
Select the parameters to adjust in the piecewise model
Arguments
- params
A character string indicating the paramters to adjust in the piecewise model. Defaults to "all". Options are: the time at peak ("t_p"), time at switch ("t_p"), time at clearance ("t_clear"), Cycle threshold (Ct) at peak ("c_p"), Ct at switch ("c_s"), incubation period mean ("inc_mean"), and incubation period standard deviation ("inc_sd").
See also
Functions used to design and setup models
adjustment_formula()
,
epict_formula_as_list()
,
epict_individual_priors_as_list()
,
epict_inference_opts()
,
epict_model_opts()
,
epict_obs_as_list()
,
epict_onset_obs_as_list()
,
epict_population_priors_as_list()
,
epict_posterior_as_prior()
,
piecewise_formula()