nmObjGetControl.bobyqa {nlmixr2est} | R Documentation |
Get control object from fit
Description
Get control object from fit
Usage
## S3 method for class 'bobyqa'
nmObjGetControl(x, ...)
## S3 method for class 'lbfgsb3c'
nmObjGetControl(x, ...)
## S3 method for class 'n1qn1'
nmObjGetControl(x, ...)
## S3 method for class 'newuoa'
nmObjGetControl(x, ...)
## S3 method for class 'nlm'
nmObjGetControl(x, ...)
## S3 method for class 'nlme'
nmObjGetControl(x, ...)
## S3 method for class 'nlminb'
nmObjGetControl(x, ...)
## S3 method for class 'nls'
nmObjGetControl(x, ...)
nmObjGetControl(x, ...)
## S3 method for class 'focei'
nmObjGetControl(x, ...)
## S3 method for class 'foce'
nmObjGetControl(x, ...)
## S3 method for class 'foi'
nmObjGetControl(x, ...)
## S3 method for class 'fo'
nmObjGetControl(x, ...)
## S3 method for class 'posthoc'
nmObjGetControl(x, ...)
## S3 method for class 'saem'
nmObjGetControl(x, ...)
## Default S3 method:
nmObjGetControl(x, ...)
## S3 method for class 'optim'
nmObjGetControl(x, ...)
## S3 method for class 'uobyqa'
nmObjGetControl(x, ...)
Arguments
x |
nlmixr fit object |
... |
Other parameters |
Value
Control object of estimation method
Author(s)
Matthew L. Fidler
[Package nlmixr2est version 2.2.2 Index]