powered by
Run modelfit tool.
note:: For most use cases the :func:pharmpy.tools.fit function is a more user friendly option for fitting a model.
pharmpy.tools.fit
run_modelfit(model_or_models = NULL, n = NULL, ...)
(ModelfitResults) Modelfit tool result object
(Model or array(Model) (optional)) A vector of models are one single model object
(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
if (FALSE) { model <- load_example_model("pheno") run_modelfit(model) }
Run the code above in your browser using DataLab