powered by
Run chosen pre-built model in Stan
hmde_run(model_template, ...)
Stanfit model output
model template generated by hmde_model and updated by hmde_assign_data
additional arguments passed to rstan::sampling
# basic usage of hmde_run hmde_model("constant_single_ind") |> hmde_assign_data(Trout_Size_Data)|> hmde_run(chains = 1, iter = 1000, verbose = FALSE, show_messages = FALSE)
Run the code above in your browser using DataLab