epict_convert_to_list | R Documentation |
Format observations and model settings for use with stan
epict_convert_to_list(
obs,
piecewise_formula = epict::piecewise_formula(~1, obs),
adjustment_formula = epict::adjustment_formula(~1, obs),
priors = epict::epict_priors(),
model_opts = epict::epict_model_opts(),
inference_opts = epict::epict_inference_opts()
)
obs |
A data.frame with the following variables:
|
piecewise_formula |
A list describing the piecewise linear cycle threshold
formula as described by |
adjustment_formula |
A list describing the cycle threshold linear
adjustment formula (shift and scale) as described by |
priors |
A data.table of population-level priors as produced
by |
model_opts |
A list of model options. See |
inference_opts |
A list of options to use for inference. See
|
A list as required by stan.
Sam Abbott
Functions used for modelling
epict_inits()
,
epict_model()
,
epict_priors()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.