nmObjGetControl.bobyqa | R Documentation |
Get control object from fit
## 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, ...)
x |
nlmixr fit object |
... |
Other parameters |
Control object of estimation method
Matthew L. Fidler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.