sim_core | R Documentation |
Only core function of the simulation function, always just returns observations. Mostly useful for estimations / optimal design. Has no checks (for speed)!
sim_core(sim_object = NULL, ode, duplicate_t_obs = FALSE, t_init = 0)
sim_object |
list with design and simulation parameters |
ode |
ode |
duplicate_t_obs |
allow duplicate t_obs in output? E.g. for optimal design calculations when t_obs = c(0,1,2,2,3). Default is FALSE. |
t_init |
time of initization of the ODE system. Usually 0. |
Data frame with simulation results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.