Simulation delegate (several replicates).
simulateDelegate( model, dataset, dest, events, scenarios, tablefun, outvars, outfun, seed, replicates, dosing, settings )
model
: generic CAMPSIS modeldataset
: CAMPSIS dataset or 2-dimensional tabledest
: destination simulation engine, default is 'RxODE'events
: interruption eventsscenarios
: list of scenarios to be simulatedtablefun
: function or lambda formula to apply on exported 2-dimensional datasetoutvars
: variables to output in resulting dataframeoutfun
: an output function to apply on the simulation results. Type ?Outfun for more info.seed
: seed valuereplicates
: number of replicates, default is 1dosing
: output dosing information, default is FALSEsettings
: advanced simulation settingsa data frame with the results
Useful links