Simulate Individual Response
Controls the execution of individual simulations with deSolve using either R scripts or loadable C libraries.
run_simulation_ubiquity(SIMINT_parameters, SIMINT_cfg, SIMINT_dropfirst = TRUE)
SIMINT_parameters
: vector of parametersSIMINT_cfg
: ubiquity system objectSIMINT_dropfirst
: when TRUE
it will drop the first sample point (prevents bolus doses from starting at 0)The simulation output is mapped (som
) is a list. time-course is stored in the simout
element.
time
) contains the simulation time in the units of the simulation.SIMINT_CVIC_
) as well as the values at each time pointts.
" prefix.Simulation vignette (vignette("Simulation", package = "ubiquity")
)