hmde_assign_data {hmde} | R Documentation |
Assign data to template for chosen model
Description
Assign data to template for chosen model
Usage
hmde_assign_data(model_template, data = 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 |
... |
data-masking name-value pairs allowing specific input of elements |
Value
updated named list with your data assigned to Stan model parameters
Examples
# basic usage of hmde_assign_data
hmde_model("constant_single_ind") |> hmde_assign_data(Trout_Size_Data)
[Package hmde version 1.2.1 Index]