Skip to contents

The package stan code (accessed using epict_model()) has extensive more extensive documentation.

Usage

epict_formula_as_list(
  piecewise_formula,
  adjustment_formula,
  model_opts = epict::model_opts()
)

Arguments

piecewise_formula

A list describing the piecewise linear cycle threshold formula as described by piecewise_formula().

adjustment_formula

A list describing the cycle threshold linear adjustment formula (shift and scale) as described by adjustment_formula().

model_opts

A list of Cycle threshold model options as returned by epict_ct_model_opts().

Value

A list as required by stan.

Author

Sam Abbott