Generic function for running a pharmpy tool, like bootstrap, or modelsearch. A separate function is available for fit()
call_pharmpy_tool.RdGeneric function for running a pharmpy tool, like bootstrap,
or modelsearch. A separate function is available for fit()
Usage
call_pharmpy_tool(
id,
model = NULL,
results = NULL,
tool = NULL,
folder = NULL,
clean = TRUE,
verbose = TRUE,
force = FALSE,
options = list()
)Arguments
- id
model id. Optional. If not specified, will generate random modelfit id. The
idwill be used to create the run folder.- model
Pharmpy model object, preferably created using
create_model().- results
TODO
- tool
TODO
- folder
TODO
- clean
if one or more run folders exists for the tool, do we want to remove them first?
- verbose
verbose output?
- force
TODO
- options
list of arguments pass on to
toolas argument. Documentation for available arguments for each Pharmpy tool can be found here: https://pharmpy.github.io/latest/mfl.html.