| nmObjGetControl.agq | R Documentation |
Get control object from fit
## S3 method for class 'agq'
nmObjGetControl(x, ...)
## S3 method for class 'bobyqa'
nmObjGetControl(x, ...)
## S3 method for class 'emvi'
nmObjGetControl(x, ...)
## S3 method for class 'fbvi'
nmObjGetControl(x, ...)
## S3 method for class 'fo'
nmObjGetControl(x, ...)
## S3 method for class 'foce'
nmObjGetControl(x, ...)
## S3 method for class 'focep'
nmObjGetControl(x, ...)
## S3 method for class 'foi'
nmObjGetControl(x, ...)
## S3 method for class 'ifocep'
nmObjGetControl(x, ...)
## S3 method for class 'imp'
nmObjGetControl(x, ...)
## S3 method for class 'impmap'
nmObjGetControl(x, ...)
## S3 method for class 'laplace'
nmObjGetControl(x, ...)
## S3 method for class 'lbfgsb3c'
nmObjGetControl(x, ...)
## S3 method for class 'mfocep'
nmObjGetControl(x, ...)
## S3 method for class 'mfocei'
nmObjGetControl(x, ...)
## S3 method for class 'ifocei'
nmObjGetControl(x, ...)
## S3 method for class 'mfoce'
nmObjGetControl(x, ...)
## S3 method for class 'ifoce'
nmObjGetControl(x, ...)
## S3 method for class 'magq'
nmObjGetControl(x, ...)
## S3 method for class 'iagq'
nmObjGetControl(x, ...)
## S3 method for class 'mlaplace'
nmObjGetControl(x, ...)
## S3 method for class 'ilaplace'
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 'saem'
nmObjGetControl(x, ...)
## Default S3 method:
nmObjGetControl(x, ...)
## S3 method for class 'mnpag'
nmObjGetControl(x, ...)
## S3 method for class 'inpag'
nmObjGetControl(x, ...)
## S3 method for class 'mnpb'
nmObjGetControl(x, ...)
## S3 method for class 'inpb'
nmObjGetControl(x, ...)
## S3 method for class 'npag'
nmObjGetControl(x, ...)
## S3 method for class 'npb'
nmObjGetControl(x, ...)
## S3 method for class 'optim'
nmObjGetControl(x, ...)
## S3 method for class 'posthoc'
nmObjGetControl(x, ...)
## S3 method for class 'qrpem'
nmObjGetControl(x, ...)
## S3 method for class 'uobyqa'
nmObjGetControl(x, ...)
## S3 method for class 'vae'
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.