Assign data to template for chosen model
Usage
hmde_assign_data(model_template, data = NULL, step_size = NULL, ...)
Arguments
- model_template
output from hmde_model
- data
Input data tibble with columns including time, y_obs, obs_index, and additionally ind_id for multi-individual models
- step_size
Step size for numerical integration.
- ...
data-masking name-value pairs allowing specific input of elements
Value
updated named list with your data assigned to Stan model parameters