View source: R/functions_wrapper.R
run_modelfit | R Documentation |
Run modelfit tool.
note::
For most use cases the :func:pharmpy.tools.fit
function is a more user friendly option for fitting a model.
run_modelfit(model_or_models = NULL, n = NULL, ...)
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 |
(ModelfitResults) Modelfit tool result object
## Not run:
model <- load_example_model("pheno")
run_modelfit(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.