R/agq.R, R/bobyqa.R, R/fo.R, and 13 more
getValidNlmixrControl.RdGet valid nlmixr control object
# S3 method for class 'agq'
getValidNlmixrCtl(control)
# S3 method for class 'bobyqa'
getValidNlmixrCtl(control)
# S3 method for class 'fo'
getValidNlmixrCtl(control)
# S3 method for class 'foce'
getValidNlmixrCtl(control)
# S3 method for class 'foi'
getValidNlmixrCtl(control)
# S3 method for class 'laplace'
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)
# S3 method for class 'posthoc'
getValidNlmixrCtl(control)
getValidNlmixrControl(control, est)
getValidNlmixrCtl(control)
# S3 method for class 'focei'
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)Valid control object based on estimation method run.
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")`