run_modelfit {pharmr} | R Documentation |
run_modelfit
Description
Run modelfit tool.
note::
For most use cases the :func:pharmpy.tools.fit
function is a more user friendly option for fitting a model.
Usage
run_modelfit(model_or_models = NULL, n = NULL, ...)
Arguments
model_or_models |
(Model or array(Model) (optional)) A vector of models are one single model object |
n |
(numeric (optional)) Number of models to fit. This is only used if the tool is going to be combined with other tools |
... |
Arguments to pass to tool |
Value
(ModelfitResults) Modelfit tool result object
Examples
## Not run:
model <- load_example_model("pheno")
run_modelfit(model)
## End(Not run)
[Package pharmr version 1.0.1 Index]