Learn R Programming

nlmixr2est (version 5.0.2)

nmObjGetControl.agq: Get control object from fit

Description

Get control object from fit

Usage

# S3 method for agq
nmObjGetControl(x, ...)

# S3 method for bobyqa nmObjGetControl(x, ...)

# S3 method for fo nmObjGetControl(x, ...)

# S3 method for foce nmObjGetControl(x, ...)

# S3 method for foi nmObjGetControl(x, ...)

# S3 method for laplace nmObjGetControl(x, ...)

# S3 method for lbfgsb3c nmObjGetControl(x, ...)

# S3 method for n1qn1 nmObjGetControl(x, ...)

# S3 method for newuoa nmObjGetControl(x, ...)

# S3 method for nlm nmObjGetControl(x, ...)

# S3 method for nlme nmObjGetControl(x, ...)

# S3 method for nlminb nmObjGetControl(x, ...)

# S3 method for nls nmObjGetControl(x, ...)

nmObjGetControl(x, ...)

# S3 method for focei nmObjGetControl(x, ...)

# S3 method for saem nmObjGetControl(x, ...)

# S3 method for default nmObjGetControl(x, ...)

# S3 method for optim nmObjGetControl(x, ...)

# S3 method for posthoc nmObjGetControl(x, ...)

# S3 method for uobyqa nmObjGetControl(x, ...)

Value

Control object of estimation method

Arguments

x

nlmixr fit object

...

Other parameters

Author

Matthew L. Fidler