powered by
Assign data to template for chosen model
hmde_assign_data(model_template, data = NULL, ...)
updated named list with your data assigned to Stan model parameters
output from hmde_model
Input data tibble with columns including time, y_obs, obs_index, and additionally ind_id for multi-individual models
data-masking name-value pairs allowing specific input of elements
# basic usage of hmde_assign_data hmde_model("constant_single_ind") |> hmde_assign_data(Trout_Size_Data)
Run the code above in your browser using DataLab