Simulate function.
Usage
simulate(
model,
dataset,
dest = NULL,
events = NULL,
scenarios = NULL,
tablefun = NULL,
outvars = NULL,
outfun = NULL,
seed = NULL,
replicates = 1,
dosing = FALSE,
settings = NULL
)
# S4 method for campsis_model,dataset,character,events,scenarios,`function`,character,`function`,integer,integer,logical,simulation_settings
simulate(
model,
dataset,
dest = NULL,
events = NULL,
scenarios = NULL,
tablefun = NULL,
outvars = NULL,
outfun = NULL,
seed = NULL,
replicates = 1,
dosing = FALSE,
settings = NULL
)
# S4 method for campsis_model,tbl_df,character,events,scenarios,`function`,character,`function`,integer,integer,logical,simulation_settings
simulate(
model,
dataset,
dest = NULL,
events = NULL,
scenarios = NULL,
tablefun = NULL,
outvars = NULL,
outfun = NULL,
seed = NULL,
replicates = 1,
dosing = FALSE,
settings = NULL
)
# S4 method for campsis_model,data.frame,character,events,scenarios,`function`,character,`function`,integer,integer,logical,simulation_settings
simulate(
model,
dataset,
dest = NULL,
events = NULL,
scenarios = NULL,
tablefun = NULL,
outvars = NULL,
outfun = NULL,
seed = NULL,
replicates = 1,
dosing = FALSE,
settings = NULL
)
# S4 method for campsis_model,tbl_df,rxode_engine,events,scenarios,`function`,character,`function`,integer,integer,logical,simulation_settings
simulate(
model,
dataset,
dest = NULL,
events = NULL,
scenarios = NULL,
tablefun = NULL,
outvars = NULL,
outfun = NULL,
seed = NULL,
replicates = 1,
dosing = FALSE,
settings = NULL
)
# S4 method for campsis_model,tbl_df,mrgsolve_engine,events,scenarios,`function`,character,`function`,integer,integer,logical,simulation_settings
simulate(
model,
dataset,
dest = NULL,
events = NULL,
scenarios = NULL,
tablefun = NULL,
outvars = NULL,
outfun = NULL,
seed = NULL,
replicates = 1,
dosing = FALSE,
settings = NULL
)
Arguments
- model
generic CAMPSIS model
- dataset
CAMPSIS dataset or 2-dimensional table
- dest
destination simulation engine, default is 'RxODE'
- events
interruption events
- scenarios
list of scenarios to be simulated
- tablefun
function or lambda formula to apply on exported 2-dimensional dataset
- outvars
variables to output in resulting dataframe
- outfun
function or lambda formula to apply on resulting dataframe after each replicate
- seed
seed value
- replicates
number of replicates, default is 1
- dosing
output dosing information, default is FALSE
- settings
advanced simulation settings