View source: R/sharedControl.R
getValidNlmixrCtl.bobyqa | R Documentation |
Get valid nlmixr control object
## S3 method for class 'bobyqa'
getValidNlmixrCtl(control)
## S3 method for class 'lbfgsb3c'
getValidNlmixrCtl(control)
## S3 method for class 'n1qn1'
getValidNlmixrCtl(control)
## S3 method for class 'newuoa'
getValidNlmixrCtl(control)
## S3 method for class 'nlm'
getValidNlmixrCtl(control)
## S3 method for class 'nlminb'
getValidNlmixrCtl(control)
## S3 method for class 'nls'
getValidNlmixrCtl(control)
## S3 method for class 'optim'
getValidNlmixrCtl(control)
getValidNlmixrControl(control, est)
getValidNlmixrCtl(control)
## S3 method for class 'focei'
getValidNlmixrCtl(control)
## S3 method for class 'foce'
getValidNlmixrCtl(control)
## S3 method for class 'fo'
getValidNlmixrCtl(control)
## S3 method for class 'foi'
getValidNlmixrCtl(control)
## S3 method for class 'posthoc'
getValidNlmixrCtl(control)
## S3 method for class 'foce'
getValidNlmixrCtl(control)
## S3 method for class 'nlme'
getValidNlmixrCtl(control)
## S3 method for class 'saem'
getValidNlmixrCtl(control)
## S3 method for class 'rxSolve'
getValidNlmixrCtl(control)
## S3 method for class 'simulate'
getValidNlmixrCtl(control)
## S3 method for class 'simulation'
getValidNlmixrCtl(control)
## S3 method for class 'predict'
getValidNlmixrCtl(control)
## S3 method for class 'tableControl'
getValidNlmixrCtl(control)
## Default S3 method:
getValidNlmixrCtl(control)
## S3 method for class 'uobyqa'
getValidNlmixrCtl(control)
control |
nlmixr control object |
est |
Estimation routine |
This is based on running the S3 method 'getValidNlmixrCtl()' the 'control' object is put into a list and the class of this new list is 'c(est, "getValidNlmixrControl")'
Valid control object based on estimation method run.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.