Learn R Programming

nlmixr (version 0.9.1-2)

focei.fit: FOCEI Fit for nlmixr

Description

FOCEI Fit for nlmixr

Usage

focei.fit(data, inits, PKpars, diag.xform = c("sqrt", "log", "identity"),
  model = NULL, pred = NULL, err = NULL, lower = -Inf, upper = Inf,
  control = list(), theta.names = NULL, eta.names = NULL, ...)

# S3 method for nlmixr.ui.nlme focei.fit(data, inits, ...)

# S3 method for nlmixr.ui.focei.fit focei.fit(data, inits, ...)

# S3 method for nlmixrUI focei.fit(data, inits, ...)

# S3 method for function focei.fit(data, inits, ...)

# S3 method for data.frame focei.fit(...)

Arguments

data

Data to fit

inits

Initialization list

PKpars

Pk Parameters

diag.xform

The form of the diagonal of the Omega matrix to be estimated. This can be "sqrt" "log" or "identity"

model

The RxODE model to use

pred

The Prediction function

err

The Error function

lower

Lower bounds

upper

Upper Bounds

control

Control list

theta.names

Names of the thetas to be used in the final object

eta.names

Eta names to be used in the final object

...

Ignored parameters

Value

A focei fit object