simulateDelegateCore | R Documentation |
Simulation delegate core (single replicate).
simulateDelegateCore(
model,
dataset,
dest,
events,
tablefun,
outvars,
outfun,
seed,
replicates,
dosing,
settings
)
model |
generic CAMPSIS model |
dataset |
CAMPSIS dataset or 2-dimensional table |
dest |
destination simulation engine, default is 'RxODE' |
events |
interruption events |
tablefun |
function or lambda formula to apply on exported 2-dimensional dataset |
outvars |
variables to output in resulting dataframe |
outfun |
an output function to apply on the simulation results. Type ?Outfun for more info. |
seed |
seed value |
replicates |
number of replicates, default is 1 |
dosing |
output dosing information, default is FALSE |
settings |
advanced simulation settings |
a data frame with the results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.