epict_model | R Documentation |
Load and compile the Cycle thresholds model
epict_model(
model,
include,
compile = TRUE,
threads = FALSE,
stanc_options = list("O1"),
verbose = TRUE,
...
)
model |
A character string indicating the path to the model. If not supplied the package default model is used. |
include |
A character string specifying the path to any stan files to include in the model. If missing the package default is used. |
compile |
Logical, defaults to |
threads |
Logical, defaults to |
stanc_options |
A list of options to pass to the |
verbose |
Logical, defaults to |
... |
Additional arguments passed to |
A cmdstanr
model.
Functions used for modelling
epict_convert_to_list()
,
epict_inits()
,
epict_priors()
mod <- epict_model()
mod
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.