Skip to contents

Set up initial conditions for model

Usage

epict_inits(data, scale = 0.1)

Arguments

data

A list of data as produced by epict_as_list().

scale

Numeric defaults to 0.1. The numeric scaling to apply to the standard deviation when sampling. Helpful for reducing numeric instability during warmup.

Value

A function that when called returns a list of initial conditions for the package stan models.

See also

Functions used for modelling epict_convert_to_list(), epict_model(), epict_priors()

Author

Sam Abbott