nlmixr (version 1.1.0-9)

nlmixr_fit: Fit a nlmixr model

Description

Fit a nlmixr model

Usage

nlmixr_fit(uif, data, est = NULL, control = list(), ...,
  sum.prod = FALSE, table = tableControl(), save = NULL)

Arguments

uif

Parsed nlmixr model (by nlmixr(mod.fn)).

data

Dataset to estimate. Needs to be RxODE compatible in EVIDs.

est

Estimation method

control

Estimation control options. They could be nlmeControl, saemControl or foceiControl

...

Parameters passed to estimation method.

sum.prod

Take the RxODE model and use more precise products/sums. Increases solving accuracy and solving time.

table

A list controlling the table options (i.e. CWRES, NPDE etc). See tableControl.

save

This option determines if the fit will be saved to be reloaded if already run. If NULL, get the option from options("nlmixr.save");

Value

nlmixr fit object