powered by
Run modelfit tool.
run_modelfit(model_or_models = NULL, n = NULL, tool = 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.
(str (optional)) Which tool to use for fitting. Currently 'nonmem' or 'nlmixr' can be used
Arguments to pass to tool
if (FALSE) { model <- load_example_model("pheno") run_modelfit(model) }
Run the code above in your browser using DataLab