Learn R Programming

pharmr (version 1.4.0)

run_modelfit: 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, ...)

Value

(ModelfitResults) Modelfit tool result object

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

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
run_modelfit(model)
}

Run the code above in your browser using DataLab