Learn R Programming

nlmixr (version 0.9.1-2)

nlmixr_fit: Fit a nlmixr model

Description

Fit a nlmixr model

Usage

nlmixr_fit(uif, data, est = "nlme", control = list(), ...,
  sum.prod = FALSE, calc.resid = TRUE)

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

...

Parameters passed to estimation method.

sum.prod

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

calc.resid

Translate the model to FOCEi and then run the tables and objective function so that different estimation methodologies are comparable through OBJF.

Value

nlmixr fit object