Simulation delegate core (single replicate).
simulateDelegateCore( model, dataset, dest, events, 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 eventstablefun
: 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