Skip to contents

Get control object from fit

Usage

# S3 method for bobyqa
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 foce
nmObjGetControl(x, ...)

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

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

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

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

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

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

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

Arguments

x

nlmixr fit object

...

Other parameters

Value

Control object of estimation method

Author

Matthew L. Fidler