Extract sensible default observation times from a specified regimen
get_t_obs_from_regimen(
regimen = NULL,
obs_step_size = NULL,
t_max = NULL,
covariates = NULL,
extra_t_obs = NULL,
t_init = 0
)
regimen created using new_regimen()
step size between observations. Will be auto-calculated if NULL
max time value
covariates object, created using list(new_covariate(), ...)
add timepoints to t_obs at which covariate is changing (T
/F
)
time of initiation of the ODE system. Usually 0.